diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2012-07-05 16:52:59 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2012-07-05 16:52:59 +0200 |
commit | c43cb51021be5fc4c33c7de1635f045108773497 (patch) | |
tree | f0925021e6cbd59f4bff7a3aef6c78febdc3aa7c /public | |
parent | c8246e7eaf81e08b6481122f577d29a1a0cacab1 (diff) | |
download | collection-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.js | 11 |
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); - }); - */ -}); |