mirror of
https://github.com/jashkenas/backbone.git
synced 2026-04-08 03:00:26 -04:00
@@ -812,7 +812,10 @@
|
||||
this.fragment = loc.hash.replace(hashStrip, '');
|
||||
window.history.replaceState({}, document.title, loc.protocol + '//' + loc.host + this.options.root + this.fragment);
|
||||
}
|
||||
return this.loadUrl();
|
||||
|
||||
if (!this.options.silent) {
|
||||
return this.loadUrl();
|
||||
}
|
||||
},
|
||||
|
||||
// Add a route to be tested when the fragment changes. Routes added later may
|
||||
|
||||
Reference in New Issue
Block a user