I'm curious, in web/lib/leftnav_html.ssjs ... template.leftnav = new Array; ... if( sub != 'mail' ... ) where is sub defined? I am getting an error "lib/leftnav_html.ssjs line 32: ReferenceError: sub is not defined"
Re: web
By: Mortifis to Digital Man on Tue Feb 12 2019 09:03 pm
I'm curious, in web/lib/leftnav_html.ssjs ... template.leftnav = new Array; ... if( sub != 'mail' ... ) where is sub defined? I am getting an error "lib/leftnav_html.ssjs line 32: ReferenceError: sub is not defined"
I think it's from the root/*.ssjs files:
File root\ftelnet.ssjs:
var sub='';
File root\index.ssjs:
var sub='';
File root\newuser.ssjs:
var sub="";
File root\nodelist.ssjs:
var sub='';
Hmmm ... interesting ... I still could get it to accept 'sub' so I changed it to
if(msg_area.grp_list.sub_list_code != 'mail'... seems to be working now
Sysop: | Eric Oulashin |
---|---|
Location: | Beaverton, Oregon, USA |
Users: | 103 |
Nodes: | 16 (0 / 16) |
Uptime: | 00:58:21 |
Calls: | 5,869 |
Calls today: | 4 |
Files: | 8,496 |
D/L today: |
687 files (813M bytes) |
Messages: | 344,131 |
Posted today: | 1 |