Fix restart
This commit is contained in:
parent
2bbd0d58c6
commit
88893079d2
1 changed files with 1 additions and 1 deletions
|
@ -237,7 +237,7 @@
|
||||||
this.$('.conversation:first .menu').trigger('close');
|
this.$('.conversation:first .menu').trigger('close');
|
||||||
},
|
},
|
||||||
reloadBackgroundPage: function() {
|
reloadBackgroundPage: function() {
|
||||||
chrome.runtime.reload();
|
window.location.reload();
|
||||||
},
|
},
|
||||||
showSettings: function() {
|
showSettings: function() {
|
||||||
var view = new Whisper.SettingsView();
|
var view = new Whisper.SettingsView();
|
||||||
|
|
Loading…
Reference in a new issue