TiddlyWiki.org

Changeset 3559

Show
Ignore:
Timestamp:
19/02/08 14:56:02 (6 months ago)
Author:
JeremyRuston
Message:

Fixed problems with commas in permalinks (ticketĀ #436)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • Trunk/core/js/Paramifiers.js

    r2841 r3559  
    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);