1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-06-05 21:49:31 +02:00

cleanup and replace all instances of 'var' with 'let'

This commit is contained in:
nobody
2024-04-28 08:10:21 +02:00
parent e04c723de5
commit 1cd95ef863
11 changed files with 11 additions and 11 deletions

View File

@@ -19,7 +19,7 @@
* Logging Page
*/
var logging = {};
let logging = {};
logging._onDocumentLoaded = function () {
logging._getLoggingData()