diff --git a/web/templates/default/leftnav.inc b/web/templates/default/leftnav.inc index a0a729767a9d42e5ed08a85a1d2f8d0f732a3fd8..b0460398678bc8145dab95274fb3ac6a2208ac4c 100644 --- a/web/templates/default/leftnav.inc +++ b/web/templates/default/leftnav.inc @@ -22,7 +22,7 @@ <!-- start Nodelisting --> - @@JS:if(template.node_list.length)'Who\'s Online now ...<br /><br /><table class="main_nodelist"><tbody><<REPEAT node_list>><tr><td class="main_nodelist"><a href="mailto:@@node_list:email@@">%%node_list:name%%</a> %%node_list:action%%</td></tr><<END REPEAT node_list>></tbody></table>';@@ + @@JS:if(template.node_list.length && http_request.virtual_path!="/nodelist.ssjs")'Who\'s Online now ...<br /><br /><table class="left_nodelist"><tbody><<REPEAT node_list>><tr><td class="left_nodelist"><a href="mailto:@@node_list:email@@">%%node_list:name%%</a> %%node_list:action%%</td></tr><<END REPEAT node_list>></tbody></table>';@@ </div> </td>