Fix restart

This commit is contained in:
lilia 2017-04-04 14:10:31 -07:00 committed by Scott Nonnenberg
parent 2bbd0d58c6
commit 88893079d2
No known key found for this signature in database
GPG Key ID: A4931C09644C654B
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@
this.$('.conversation:first .menu').trigger('close');
},
reloadBackgroundPage: function() {
chrome.runtime.reload();
window.location.reload();
},
showSettings: function() {
var view = new Whisper.SettingsView();