mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-12-15 15:37:11 +01:00
Use var instead of let to declare a global var (turbolinks...)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
let LOCK = true;
|
||||
var LOCK = false;
|
||||
|
||||
sources = [];
|
||||
sources_notes_display = [];
|
||||
|
||||
Reference in New Issue
Block a user