Spaces:
Running
Running
Julien Chaumond
commited on
Commit
·
b3d6894
1
Parent(s):
c6642be
doc tweak
Browse files- js-src/zController.ts +1 -1
js-src/zController.ts
CHANGED
@@ -81,7 +81,7 @@ document.addEventListener('DOMContentLoaded', () => {
|
|
81 |
toggleDebug();
|
82 |
});
|
83 |
|
84 |
-
// Turn on debug mode by default, unless `false` is stored in local storage:
|
85 |
if (window.localStorage.getItem('debug') !== 'false') {
|
86 |
toggleDebug();
|
87 |
}
|
|
|
81 |
toggleDebug();
|
82 |
});
|
83 |
|
84 |
+
// Turn on debug mode by default, unless the string `false` is stored in local storage:
|
85 |
if (window.localStorage.getItem('debug') !== 'false') {
|
86 |
toggleDebug();
|
87 |
}
|