Skip to content

Commit

Permalink
Remove use of const for compatibility with old chrome versions
Browse files Browse the repository at this point in the history
  • Loading branch information
scottnonnenberg-signal committed Nov 16, 2018
1 parent e06b987 commit 326bda9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/views/conversation_view.js
Expand Up @@ -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();
},
Expand Down

0 comments on commit 326bda9

Please sign in to comment.