diff options
author | marijus <mario@localhost.localdomain> | 2013-12-02 12:26:07 +0100 |
---|---|---|
committer | marijus <mario@localhost.localdomain> | 2013-12-02 12:26:07 +0100 |
commit | 0e7e5fa53d1f235984716fecd6810542468bc8c3 (patch) | |
tree | 3e988e8d4dcf37ce8a86c78eea08b229d98a66b7 /view/theme/redbasic/js | |
parent | fc8c34826ea361a49c29742f15b98b573e6c7c86 (diff) | |
download | volse-hubzilla-0e7e5fa53d1f235984716fecd6810542468bc8c3.tar.gz volse-hubzilla-0e7e5fa53d1f235984716fecd6810542468bc8c3.tar.bz2 volse-hubzilla-0e7e5fa53d1f235984716fecd6810542468bc8c3.zip |
Revert "some jot tools structuring and styling"
This reverts commit 1ff69605be20d8a7ca721a2a881b15e71d87fa46.
Diffstat (limited to 'view/theme/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 |