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: | Coz |
---|---|
Location: | Anoka, MN |
Users: | 2 |
Nodes: | 4 (0 / 4) |
Uptime: | 113:30:55 |
Calls: | 162 |
Files: | 5,327 |
Messages: | 222,477 |