From c43cb51021be5fc4c33c7de1635f045108773497 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Thu, 5 Jul 2012 16:52:59 +0200 Subject: o Implementing support for deleting items. --- public/javascripts/gui.js | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'public') 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 as well. - var offset = 60; - $('#navbar ul li a').click(function(event) { - event.preventDefault(); - $($(this).attr('href'))[0].scrollIntoView(); - scrollBy(0, -offset); - }); - */ -}); -- cgit v1.2.3