Fix restart

pull/749/head
lilia 8 years ago committed by Scott Nonnenberg
parent 2bbd0d58c6
commit 88893079d2
No known key found for this signature in database
GPG Key ID: A4931C09644C654B

@ -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();

Loading…
Cancel
Save