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: | Chris Crash |
---|---|
Location: | Huntington Beach, CA. |
Users: | 578 |
Nodes: | 8 (0 / 8) |
Uptime: | 29:02:56 |
Calls: | 10,736 |
Calls today: | 1 |
Files: | 5 |
Messages: | 443,190 |
Posted today: | 1 |