repo: janusweb
action: commit
revision: 
path_from: 
revision_from: 69540aa7e507d0ad9ecc24be39af3672a0a95e52:
path_to: 
revision_to: 
git.thebackupbox.net
janusweb
git clone git://git.thebackupbox.net/janusweb
commit 69540aa7e507d0ad9ecc24be39af3672a0a95e52
Author: epoch 
Date:   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
index be77bafc88fc8b11f03f11e4b08a5e1846f58284..
index ..f5993979d5ce8829a74519894c583cdfdffdb460 100644
--- 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-----