diff options
Diffstat (limited to 'view/theme/redbasic/js/redbasic.js')
-rw-r--r-- | view/theme/redbasic/js/redbasic.js | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/view/theme/redbasic/js/redbasic.js b/view/theme/redbasic/js/redbasic.js index eb50c188e..e40a94fcc 100644 --- a/view/theme/redbasic/js/redbasic.js +++ b/view/theme/redbasic/js/redbasic.js @@ -18,14 +18,6 @@ function cmtBbClose(comment, id) { $(document).ready(function() { -document.jotpermsunlock = 'icon-unlock'; -document.jotpermslock = 'icon-lock'; - -if($('#jot-perms-icon').hasClass('lock')) - $('#jot-perms-icon').addClass('icon-lock'); -if($('#jot-perms-icon').hasClass('unlock')) - $('#jot-perms-icon').addClass('icon-unlock'); - $('.group-edit-icon').hover( function() { $(this).addClass('icon'); $(this).removeClass('iconspacer');}, @@ -76,4 +68,4 @@ $(document).ready(function(){ } }; setInterval(function () {checkNotify();}, 10 * 1000); -}); +});
\ No newline at end of file |