Changeset 3559
- Timestamp:
- 19/02/08 14:56:02 (6 months ago)
- Files:
-
- Trunk/core/js/Paramifiers.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
Trunk/core/js/Paramifiers.js
r2841 r3559 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);