Revert "some jot tools structuring and styling"

This reverts commit 1ff69605be.
This commit is contained in:
marijus
2013-12-02 12:26:07 +01:00
parent fc8c34826e
commit 0e7e5fa53d
3 changed files with 54 additions and 96 deletions

View File

@@ -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);
});
});