Remove value from index.html since undefined is a falsy value

This commit is contained in:
Ethan O'Brien 2025-10-13 18:11:10 -05:00 committed by GitHub
parent 5ab0ebf025
commit 8daa5c1a39
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -259,7 +259,6 @@
window.EJS_DEBUG_XX = enableDebug;
window.EJS_disableDatabases = true;
window.EJS_threads = enableThreads;
window.EJS_askBeforeUnload = false;
if (browserMode) {
window.EJS_browserMode = browserMode;
}