aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorgit-marijus <mario@mariovavti.com>2014-03-19 13:56:38 +0100
committergit-marijus <mario@mariovavti.com>2014-03-19 13:56:38 +0100
commit804d8bd73b5bd3792438b025c3477931bf445eb1 (patch)
tree54308bbe07aa2f7ee092541e5d4d578f9bc5b0ee /view/theme
parent20d47c44782e27f9930c49ddd59a2abc12f79a07 (diff)
downloadvolse-hubzilla-804d8bd73b5bd3792438b025c3477931bf445eb1.tar.gz
volse-hubzilla-804d8bd73b5bd3792438b025c3477931bf445eb1.tar.bz2
volse-hubzilla-804d8bd73b5bd3792438b025c3477931bf445eb1.zip
this shouldnt be there
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/redbasic/js/redbasic.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/view/theme/redbasic/js/redbasic.js b/view/theme/redbasic/js/redbasic.js
index 9a34b6a07..432be1a2e 100644
--- a/view/theme/redbasic/js/redbasic.js
+++ b/view/theme/redbasic/js/redbasic.js
@@ -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