From 804d8bd73b5bd3792438b025c3477931bf445eb1 Mon Sep 17 00:00:00 2001 From: git-marijus Date: Wed, 19 Mar 2014 13:56:38 +0100 Subject: this shouldnt be there --- view/theme/redbasic/js/redbasic.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'view/theme') diff --git a/view/theme/redbasic/js/redbasic.js b/view/theme/redbasic/js/redbasic.js index 9a34b6a07..432be1a2e 100644 --- a/view/theme/redbasic/js/redbasic.js +++ b/view/theme/redbasic/js/redbasic.js @@ -1,5 +1,4 @@ - function cmtBbOpen(comment, id) { if($(comment).hasClass('comment-edit-text-full')) { $(".comment-edit-bb-" + id).show(); @@ -25,7 +24,6 @@ $(document).ready(function() { $('#expand-aside').click(function() { $('#expand-aside-icon').toggleClass('icon-circle-arrow-right').toggleClass('icon-circle-arrow-left'); $('main').toggleClass('region_1-on'); - $('html, body').animate({ scrollTop: position }); }); if ($('aside').html().length == 0) { @@ -80,4 +78,4 @@ $(document).ready(function(){ } }; setInterval(function () {checkNotify();}, 10 * 1000); -}); +})if -- cgit v1.2.3