Ticket #436: ticket436.patch

File ticket436.patch, 466 bytes (added by MartinBudden, 8 months ago)
  • js/Paramifiers.js

     
    66{ 
    77        var p = null; 
    88        if(window.location.hash) { 
    9                 p = decodeURI(window.location.hash.substr(1)); 
     9                p = decodeURIComponent(window.location.hash.substr(1)); 
    1010                if(config.browser.firefoxDate != null && config.browser.firefoxDate[1] < "20051111") 
    1111                        p = convertUTF8ToUnicode(p); 
    1212        }