patching a pernicious pushstate problem.

This commit is contained in:
Jeremy Ashkenas
2011-08-09 10:28:20 -04:00
parent 8fe04a9559
commit 44629daacc

View File

@@ -766,7 +766,7 @@
fragment = window.location.hash;
}
}
return fragment.replace(hashStrip, '');
return decodeURIComponent(fragment.replace(hashStrip, ''));
},
// Start the hash change handling, returning `true` if the current URL matches