Use var instead of let to declare a global var (turbolinks...)
This commit is contained in:
parent
5f87e76be8
commit
901af1a86a
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
let LOCK = true;
|
||||
var LOCK = false;
|
||||
|
||||
sources = [];
|
||||
sources_notes_display = [];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue