https://bugzilla.wikimedia.org/show_bug.cgi?id=35658
Lupo <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Lupo <[email protected]> 2012-04-03 14:05:59 UTC --- Yes it is (in the Firebug console). mw.Uri balks on Uris containing neither protocol nor host. In this case, it fails on new mw.Uri("/!1qy") Could be fixed by making the mw.Uri() constructor supply document.location.host if no host is given, but document.location exists. Similar to what is done for the defaultProtocol already. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
