aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorroot <root@frank.tg14.gathering.org>2014-04-18 04:20:39 +0200
committerroot <root@frank.tg14.gathering.org>2014-04-18 04:20:39 +0200
commit28573ab4d756872d884e49649c9afed57bc8a093 (patch)
tree41eb29d82c1703f00a83f4df52420c1fed34863d /web
parentb8938643faba3636510729e70c1018fd516cbfb7 (diff)
Turn off edit by default.
Diffstat (limited to 'web')
-rw-r--r--web/nms.gathering.org/ping.html2
-rw-r--r--web/nms.gathering.org/ping2.html1
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>