Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit 741dbd6

Browse files
committed
updating so reset refreshes the page as opposed to using a cached page
1 parent 37205d0 commit 741dbd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/views/settingsVw.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,7 @@ module.exports = pageVw.extend({
674674
},
675675

676676
cancelView: function(){
677-
Backbone.history.loadUrl();
677+
app.router.refresh();
678678
},
679679

680680
themeClick: function(e) {

0 commit comments

Comments
 (0)