lesson learned.... dont fix anything on a mobile device
This commit is contained in:
parent
804d8bd73b
commit
afca10a071
@ -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
|
});
|
||||||
|
Reference in New Issue
Block a user