mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-06-30 13:11:09 +02: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