mirror of
https://github.com/jashkenas/backbone.git
synced 2026-01-24 14:27:56 -05:00
patching a pernicious pushstate problem.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user