https://bugzilla.wikimedia.org/show_bug.cgi?id=37378
--- Comment #2 from Fomafix <[email protected]> 2012-06-11 08:25:42 UTC --- getParamValue() should decodeURIComponent() the keys like the values in the query string. Expected results: mw.util.getParamValue( '%', '?%25=p' ) // "p" mw.util.getParamValue( 'p', '?p=%25' ) // "%" -- 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
