aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorgit-marijus <mario@mariovavti.com>2014-03-19 14:03:40 +0100
committergit-marijus <mario@mariovavti.com>2014-03-19 14:03:40 +0100
commitafca10a0710511bb24ab4b382ef55233538e6589 (patch)
tree32e82104444b26b27a742e6d5e8643b9ca297517 /view
parent804d8bd73b5bd3792438b025c3477931bf445eb1 (diff)
downloadvolse-hubzilla-afca10a0710511bb24ab4b382ef55233538e6589.tar.gz
volse-hubzilla-afca10a0710511bb24ab4b382ef55233538e6589.tar.bz2
volse-hubzilla-afca10a0710511bb24ab4b382ef55233538e6589.zip
lesson learned.... dont fix anything on a mobile device
Diffstat (limited to 'view')
-rw-r--r--view/theme/redbasic/js/redbasic.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/view/theme/redbasic/js/redbasic.js b/view/theme/redbasic/js/redbasic.js
index 432be1a2e..c58711e94 100644
--- a/view/theme/redbasic/js/redbasic.js
+++ b/view/theme/redbasic/js/redbasic.js
@@ -1,4 +1,3 @@
-
function cmtBbOpen(comment, id) {
if($(comment).hasClass('comment-edit-text-full')) {
$(".comment-edit-bb-" + id).show();
@@ -78,4 +77,4 @@ $(document).ready(function(){
}
};
setInterval(function () {checkNotify();}, 10 * 1000);
-})if
+});