https://bugzilla.wikimedia.org/show_bug.cgi?id=20814
--- Comment #20 from Roan Kattouw <[email protected]> 2012-09-05 18:43:11 UTC --- (In reply to comment #19) > (In reply to comment #15) > > (In reply to comment #14) > > It slipped to Wednesday instead of Tuesday, but this is now done! > > For the record: it was done on gerrit change Id715c280. > Yes, I forgot to mention that. Thanks! > Got it! Sorry for the mistake. > > BTW: I tried to use > 'origin': mw.config.get( 'wgServer' ) > which corresponds to > 'origin': "//pt.wikipedia.org" > and it didn't work. Yeah, unfortunately the origin parameter requires that the protocol be specified correctly. It seems like something like 'origin': document.location.protocol + '//' + document.location.hostname should work. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
