Ticket #436: ticket436.patch
| File ticket436.patch, 466 bytes (added by MartinBudden, 8 months ago) |
|---|
-
js/Paramifiers.js
6 6 { 7 7 var p = null; 8 8 if(window.location.hash) { 9 p = decodeURI (window.location.hash.substr(1));9 p = decodeURIComponent(window.location.hash.substr(1)); 10 10 if(config.browser.firefoxDate != null && config.browser.firefoxDate[1] < "20051111") 11 11 p = convertUTF8ToUnicode(p); 12 12 }
