Remove use of const for compatibility with old chrome versions

This commit is contained in:
Scott Nonnenberg
2018-11-16 09:59:25 -08:00
parent e06b9878ba
commit 326bda9595

View File

@@ -875,7 +875,7 @@
checkUnverifiedSendMessage: function(e, options) {
e.preventDefault();
const toast = new Whisper.ReadOnlyToast();
var toast = new Whisper.ReadOnlyToast();
toast.$el.insertAfter(this.$el);
toast.render();
},