diff options
author | marijus <mario@mariovavti.com> | 2014-05-20 17:33:06 +0200 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-05-20 17:33:06 +0200 |
commit | c530a7a9366b1c89a63fc1782ec620db992efc3b (patch) | |
tree | 3fc623a4c7d675e99f80c00a99d919ee8c117c0b /view/theme/redbasic/js | |
parent | 6d01707a724504a34b8e84e87c6601a046de9739 (diff) | |
download | volse-hubzilla-c530a7a9366b1c89a63fc1782ec620db992efc3b.tar.gz volse-hubzilla-c530a7a9366b1c89a63fc1782ec620db992efc3b.tar.bz2 volse-hubzilla-c530a7a9366b1c89a63fc1782ec620db992efc3b.zip |
some work on comment_item.tpl
Diffstat (limited to 'view/theme/redbasic/js')
-rw-r--r-- | view/theme/redbasic/js/redbasic.js | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/view/theme/redbasic/js/redbasic.js b/view/theme/redbasic/js/redbasic.js index 20902fe1a..d981b0c11 100644 --- a/view/theme/redbasic/js/redbasic.js +++ b/view/theme/redbasic/js/redbasic.js @@ -1,23 +1,3 @@ -function cmtBbOpen(comment, id) { - if($(comment).hasClass('comment-edit-text-full')) { - $(".comment-edit-bb-" + id).show(); - return true; - } - return false; -} - -function cmtBbClose(comment, id) { -// if($(comment).hasClass('comment-edit-text-empty')) { -// $(".comment-edit-bb-" + id).hide(); -// return true; -// } - return false; -} - -//document.jotpermslock = 'icon-lock'; -//document.jotpermsunlock = 'icon-unlock'; - - $(document).ready(function() { $('#expand-aside').click(function() { |