[09:56:52] [[Tech]]; Blackcat; /* Geolocalization of the edits */ new section; https://meta.wikimedia.org/w/index.php?diff=17471150&oldid=17444351&rcid=10946693 [09:58:18] [[Tech]]; Blackcat; /* Geolocalization of the edits */; https://meta.wikimedia.org/w/index.php?diff=17471161&oldid=17471150&rcid=10946707 [15:40:40] [[Tech]]; Elitre (WMF); /* Geolocalization of the edits */ ?; https://meta.wikimedia.org/w/index.php?diff=17471866&oldid=17471161&rcid=10947987 [17:18:37] [[Tech]]; Blackcat; /* Geolocalization of the edits */; https://meta.wikimedia.org/w/index.php?diff=17472119&oldid=17471866&rcid=10948414 [17:52:56] "VE is loading" is the new "my code is compiling" [17:57:14] hmm, did our Gerrit's logo change recently, or a long time ago and i just didn't notice? [18:00:56] MatmaRex: it changed today [18:01:24] this is the git community logo https://gerrit.wikimedia.org/r/#/c/392181/ [18:01:26] (i like it) [18:18:28] [[Tech]]; Ruslik0; /* Geolocalization of the edits */; https://meta.wikimedia.org/w/index.php?diff=17472348&oldid=17472119&rcid=10948738 [18:58:40] [[Tech]]; Milimetric (WMF); /* Geolocalization of the edits */; https://meta.wikimedia.org/w/index.php?diff=17472791&oldid=17472348&rcid=10949297 [18:58:53] [[Tech]]; Milimetric (WMF); /* Geolocalization of the edits */; https://meta.wikimedia.org/w/index.php?diff=17472794&oldid=17472791&rcid=10949301 [19:27:29] Trying to vote on https://meta.wikimedia.org/wiki/2017_Community_Wishlist_Survey/ but the "Support" button is not doing anything when I click [19:27:32] Should I file a bug? [19:27:54] not sure whether other users are able to use it or not [19:31:11] ^ musikanimal [19:31:31] hmm [19:31:40] what browser/OS are you using? [19:31:51] and which proposal? [19:32:42] could be an encoding issue [19:33:05] I tried multiple proposals, doesn't work for any of them [19:33:12] Using win 10 and Chrome [19:33:30] hmm okay [19:33:59] Reception123: this is a lot to ask, but you can have a look at https://en.wikipedia.org/wiki/Wikipedia:Reporting_JavaScript_errors and let me know what errors you see? [19:34:36] sure :) [19:36:15] musikanimal: Ah, looks like it somehow worked now [19:36:37] great! [19:36:39] oh actually [19:37:03] it was broken right at the beginning [19:37:31] so maybe your browser had that version cached [19:37:53] hmm maybe that it is [19:37:55] *is it [19:38:20] well let me know if it happens again! [19:38:51] Sure! [19:42:35] musikanimal: unfortunately, it is back.. :( [19:42:46] oh no! :( [19:42:57] Should I pastebin the javascript error log? [19:43:04] yeah please [19:44:03] https://dpaste.de/fSfn [19:44:06] musikanimal: ^ [19:45:50] hmm that looks like maybe another script is erroring out, and causing AddMe to break too [19:46:17] there is no `cookies[key].substring` in the source: https://meta.wikimedia.org/wiki/MediaWiki:Gadget-addMe-WishlistSurvey.js [19:46:49] hmm, which other scripts are being used on the page? [19:47:45] that code is in the site-wide Common.js https://meta.wikimedia.org/wiki/MediaWiki:Common.js [19:51:03] hmm, I was at https://meta.wikimedia.org/wiki/2017_Community_Wishlist_Survey/Editing, then supported a proposal and the proposal page was opened, when I went to the previous page https://meta.wikimedia.org/wiki/2017_Community_Wishlist_Survey/Citations was opened instead of /Editing. [19:51:36] (I was on the /Citations page before I was on the /Editing page) [19:51:36] Reception123: going by those instructions at WP:JSERROR, could you open up your JavaScript console and try to run this code? [19:51:38] JSconfig.readCookies() [19:51:56] ok [19:51:58] Stryn: that's expected. Every proposal is a subpage, so you're editing that and not the category page [19:52:12] oh wait nvm I see what you're saying [19:52:21] also getting [19:52:24] index.php?title=User:PiRSquared17/twinkle-main.js&action=raw&ctype=text/javascript:684 Uncaught TypeError: Cannot read property 'getUrl' of undefined [19:52:24] at index.php?title=User:PiRSquared17/twinkle-main.js&action=raw&ctype=text/javascript:684 [19:52:46] For the output for what you told me to run it's: [19:52:49] VM68:6 Uncaught TypeError: cookies[key].substring is not a function [19:52:49] at Object.readCookies (:6:241) [19:52:49] at :1:10 [19:54:11] Reception123: there's your problem https://meta.wikimedia.org/wiki/User:Reception123/common.js [19:54:24] evidently that Twinkle script does not work [19:54:42] I didn't think Twinkle support meta anyway, right? [19:55:05] musikanimal: ah.. ok [19:55:16] also it's the order of operations, whereby you need to make sure Morebits is loaded first [19:55:20] didn't realize it was that [19:55:22] I'll remove it. [19:55:26] yeah try that [19:55:27] Thanks, and sorry for bothering [19:55:31] no problem! [19:56:23] Stryn: so what do you mean when you say "when I went to the previous page" [19:56:39] do you mean your browser's Back button? [19:56:43] yeah [19:57:30] hmm OK, not sure what would cause that, but I am pretty sure it isn't the Voting script [19:57:58] you sure you didn't accidentally hit Back twice? Assuming you were on /Citations before viewing /Editing [19:58:44] I'm sure, and also when I clicked the back and next button on browser it was the same [19:59:28] weird [19:59:54] can you let me know if it happens again? I don't [20:00:02] know how the script could have caused that [20:00:19] Unfortunately, even after clearing my common.js, still not working :( [20:01:14] musikanimal: open the link https://meta.wikimedia.org/wiki/2017_Community_Wishlist_Survey/Wikidata and support some proposal, then the proposal page is opened and your vote added, but there is no any previous pages in this tab.... [20:01:15] Reception123: oh, I see it's in your global.js too https://meta.wikimedia.org/wiki/User:Reception123/global.js [20:01:31] tsk tsk :( [20:01:43] should have thought of checking that too, though I didn't think I set it twice [20:02:08] works now. Thanks for your help again :) [20:02:20] \o/ [20:02:22] no problem [20:02:29] Stryn: I think I see what you're talking about [20:02:45] indeed it didn't seem to update the browser history [20:02:50] let me fix that [20:08:41] Stryn: I think I've fixed it. It may take a little while for your cache to clear, so give it maybe 10-15 minutes. [20:08:46] thanks for letting me know! [20:08:52] thanks for fixing :) [20:09:06] you bet