mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-02-15 07:28:59 +00:00
Remove use of const for compatibility with old chrome versions
This commit is contained in:
@@ -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();
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user