lesson learned.... dont fix anything on a mobile device

This commit is contained in:
git-marijus 2014-03-19 14:03:40 +01:00
parent 804d8bd73b
commit afca10a071

View File

@ -1,4 +1,3 @@
function cmtBbOpen(comment, id) { function cmtBbOpen(comment, id) {
if($(comment).hasClass('comment-edit-text-full')) { if($(comment).hasClass('comment-edit-text-full')) {
$(".comment-edit-bb-" + id).show(); $(".comment-edit-bb-" + id).show();
@ -78,4 +77,4 @@ $(document).ready(function(){
} }
}; };
setInterval(function () {checkNotify();}, 10 * 1000); setInterval(function () {checkNotify();}, 10 * 1000);
})if });