Commit c9f2755c authored by techird's avatar techird

decodeUIRComponent

parent d4b06b9f
...@@ -313,7 +313,7 @@ $( function () { ...@@ -313,7 +313,7 @@ $( function () {
var pattern = /path=(.+?)([&#]|$)/; var pattern = /path=(.+?)([&#]|$)/;
var match = pattern.exec( window.location ) || pattern.exec( document.referrer ); var match = pattern.exec( window.location ) || pattern.exec( document.referrer );
if ( !match ) return; if ( !match ) return;
thisMapFilename = decodeURI( match[ 1 ] ); thisMapFilename = decodeURIComponent( match[ 1 ] );
} }
loadShare(); loadShare();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment