this shouldnt be there
This commit is contained in:
parent
20d47c4478
commit
804d8bd73b
@ -1,5 +1,4 @@
|
|||||||
|
|
||||||
|
|
||||||
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();
|
||||||
@ -25,7 +24,6 @@ $(document).ready(function() {
|
|||||||
$('#expand-aside').click(function() {
|
$('#expand-aside').click(function() {
|
||||||
$('#expand-aside-icon').toggleClass('icon-circle-arrow-right').toggleClass('icon-circle-arrow-left');
|
$('#expand-aside-icon').toggleClass('icon-circle-arrow-right').toggleClass('icon-circle-arrow-left');
|
||||||
$('main').toggleClass('region_1-on');
|
$('main').toggleClass('region_1-on');
|
||||||
$('html, body').animate({ scrollTop: position });
|
|
||||||
});
|
});
|
||||||
|
|
||||||
if ($('aside').html().length == 0) {
|
if ($('aside').html().length == 0) {
|
||||||
@ -80,4 +78,4 @@ $(document).ready(function(){
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
setInterval(function () {checkNotify();}, 10 * 1000);
|
setInterval(function () {checkNotify();}, 10 * 1000);
|
||||||
});
|
})if
|
||||||
|
Reference in New Issue
Block a user