repo: janusweb action: commit revision: path_from: revision_from: 69540aa7e507d0ad9ecc24be39af3672a0a95e52: path_to: revision_to:
commit 69540aa7e507d0ad9ecc24be39af3672a0a95e52 Author: epochDate: Wed Mar 6 23:14:05 2024 +0000 why is all this stuff getting set to null in a function called postinit? I was trying to set those in the init and they were getting clobbered here. wth? diff --git a/scripts/janusweb.js b/scripts/janusweb.js
--- a/scripts/janusweb.js
+++ b/scripts/janusweb.js
@@ -67,8 +67,8 @@ elation.require([
datapath: { type: 'string', default: '/media/janusweb' },
autoload: { type: 'boolean', default: true },
networking: { type: 'boolean', default: true },
- server: { type: 'string', default: null },
- port: { type: 'integer', default: null },
+ //server: { type: 'string', default: null },
+ //port: { type: 'integer', default: null },
urltemplate: { type: 'string', default: false },
muted: { type: 'boolean', default: false },
});
-----END OF PAGE-----