some work on comment_item.tpl

This commit is contained in:
marijus
2014-05-20 17:33:06 +02:00
parent 6d01707a72
commit c530a7a936
6 changed files with 77 additions and 176 deletions

View File

@@ -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() {