this shouldnt be there

This commit is contained in:
git-marijus 2014-03-19 13:56:38 +01:00
parent 20d47c4478
commit 804d8bd73b

View file

@ -1,5 +1,4 @@
function cmtBbOpen(comment, id) {
if($(comment).hasClass('comment-edit-text-full')) {
$(".comment-edit-bb-" + id).show();
@ -25,7 +24,6 @@ $(document).ready(function() {
$('#expand-aside').click(function() {
$('#expand-aside-icon').toggleClass('icon-circle-arrow-right').toggleClass('icon-circle-arrow-left');
$('main').toggleClass('region_1-on');
$('html, body').animate({ scrollTop: position });
});
if ($('aside').html().length == 0) {
@ -80,4 +78,4 @@ $(document).ready(function(){
}
};
setInterval(function () {checkNotify();}, 10 * 1000);
});
})if