summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2012-07-05 16:52:59 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2012-07-05 16:52:59 +0200
commitc43cb51021be5fc4c33c7de1635f045108773497 (patch)
treef0925021e6cbd59f4bff7a3aef6c78febdc3aa7c /public
parentc8246e7eaf81e08b6481122f577d29a1a0cacab1 (diff)
downloadcollection-json-explorer-c43cb51021be5fc4c33c7de1635f045108773497.tar.gz
collection-json-explorer-c43cb51021be5fc4c33c7de1635f045108773497.tar.bz2
collection-json-explorer-c43cb51021be5fc4c33c7de1635f045108773497.tar.xz
collection-json-explorer-c43cb51021be5fc4c33c7de1635f045108773497.zip
o Implementing support for deleting items.
Diffstat (limited to 'public')
-rw-r--r--public/javascripts/gui.js11
1 files changed, 0 insertions, 11 deletions
diff --git a/public/javascripts/gui.js b/public/javascripts/gui.js
index f235f6d..e69de29 100644
--- a/public/javascripts/gui.js
+++ b/public/javascripts/gui.js
@@ -1,11 +0,0 @@
-$(document).ready(function() {
- /* Needed if the static top navbar is being used.
- * Add data-offset='60' to <body> as well.
- var offset = 60;
- $('#navbar ul li a').click(function(event) {
- event.preventDefault();
- $($(this).attr('href'))[0].scrollIntoView();
- scrollBy(0, -offset);
- });
- */
-});