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: | 124 |
| Nodes: | 16 (0 / 16) |
| Uptime: | 05:53:08 |
| Calls: | 7,351 |
| Calls today: | 3 |
| Files: | 9,250 |
| D/L today: |
207 files (44,657K bytes) |
| Messages: | 383,698 |
| Posted today: | 1 |