diff options
author | root <root@frank.tg14.gathering.org> | 2014-04-18 04:20:39 +0200 |
---|---|---|
committer | root <root@frank.tg14.gathering.org> | 2014-04-18 04:20:39 +0200 |
commit | 28573ab4d756872d884e49649c9afed57bc8a093 (patch) | |
tree | 41eb29d82c1703f00a83f4df52420c1fed34863d /web | |
parent | b8938643faba3636510729e70c1018fd516cbfb7 (diff) |
Turn off edit by default.
Diffstat (limited to 'web')
-rw-r--r-- | web/nms.gathering.org/ping.html | 2 | ||||
-rw-r--r-- | web/nms.gathering.org/ping2.html | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/web/nms.gathering.org/ping.html b/web/nms.gathering.org/ping.html index 44d6d89..520daa8 100644 --- a/web/nms.gathering.org/ping.html +++ b/web/nms.gathering.org/ping.html @@ -14,7 +14,7 @@ var switches_url = "/switches-json.pl"; var ping_url = "/ping-json.pl"; var draw_linknets = true; - var can_edit = true; + var can_edit = false; </script> <script type="text/javascript" src="ping.js"></script> </body> diff --git a/web/nms.gathering.org/ping2.html b/web/nms.gathering.org/ping2.html index 0fc6b43..d273306 100644 --- a/web/nms.gathering.org/ping2.html +++ b/web/nms.gathering.org/ping2.html @@ -14,6 +14,7 @@ var switches_url = "/switches-json.pl"; var ping_url = "/nettkart-json.pl"; var draw_linknets = false; + var can_edit = false; </script> <script type="text/javascript" src="ping.js"></script> </body> |