mirror of
https://github.com/jashkenas/backbone.git
synced 2026-01-23 13:58:06 -05:00
Fixing Routing.
This commit is contained in:
@@ -1000,7 +1000,7 @@
|
||||
fragment = this.getHash();
|
||||
}
|
||||
}
|
||||
return fragment.replace(routeStripper, '');
|
||||
return decodeURIComponent(fragment.replace(routeStripper, ''));
|
||||
},
|
||||
|
||||
// Start the hash change handling, returning `true` if the current URL matches
|
||||
|
||||
Reference in New Issue
Block a user