aboutsummaryrefslogtreecommitdiffstats
path: root/web/js/nms.js
diff options
context:
space:
mode:
authorOle Mathias Aa. Heggem <olemathias.aa.heggem@gmail.com>2019-04-10 17:39:15 +0100
committerroot <root@gondul.tg19.gathering.org>2019-04-10 17:40:06 +0100
commite304a758dee664e7449c6ba490584549639891c4 (patch)
tree43d93ae680be95b210d6b5c5f3d1abcafc74cd2d /web/js/nms.js
parent54a410289c8d6951c7e1bb730106620c90d39cca (diff)
Make public gondul not ask for auth
Diffstat (limited to 'web/js/nms.js')
-rw-r--r--web/js/nms.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/js/nms.js b/web/js/nms.js
index 8213537..418b948 100644
--- a/web/js/nms.js
+++ b/web/js/nms.js
@@ -450,7 +450,8 @@ function setMenu()
function setOplog()
{
- nms.oplog.mini.show(nms.oplogShowing)
+ if(nms._public == false)
+ nms.oplog.mini.show(nms.oplogShowing)
}
function toggleMenu()