diff --git a/static/js/consos.js b/static/js/consos.js index 32dd44a9..8b8e612c 100644 --- a/static/js/consos.js +++ b/static/js/consos.js @@ -2,7 +2,7 @@ // SPDX-License-Identifier: GPL-3.0-or-later // When a transaction is performed, lock the interface to prevent spam clicks. -let LOCK = false; +var LOCK = false; /** * Refresh the history table on the consumptions page. diff --git a/static/js/transfer.js b/static/js/transfer.js index 8df25c42..5e49aa4f 100644 --- a/static/js/transfer.js +++ b/static/js/transfer.js @@ -1,4 +1,4 @@ -let LOCK = true; +var LOCK = false; sources = []; sources_notes_display = [];