Use var instead of let to declare a global var (turbolinks...)

This commit is contained in:
Yohann D'ANELLO 2020-08-09 14:01:59 +02:00
parent 5f87e76be8
commit 901af1a86a
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
let LOCK = true;
var LOCK = false;
sources = [];
sources_notes_display = [];