diff options
author | Mario <mario@mariovavti.com> | 2024-08-08 20:40:17 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-08-08 20:40:17 +0000 |
commit | 487e68ebd16566d9632f6e64b34dd6dbc4b5a6d9 (patch) | |
tree | 16f18e6d0addd9f044da58ec662d5344dd823cc0 /view | |
parent | 6cdbc28d794d0c074d9582f90bae2ec6565a0a24 (diff) | |
download | volse-hubzilla-487e68ebd16566d9632f6e64b34dd6dbc4b5a6d9.tar.gz volse-hubzilla-487e68ebd16566d9632f6e64b34dd6dbc4b5a6d9.tar.bz2 volse-hubzilla-487e68ebd16566d9632f6e64b34dd6dbc4b5a6d9.zip |
fa2bi fix
Diffstat (limited to 'view')
-rw-r--r-- | view/tpl/jot-header.tpl | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/view/tpl/jot-header.tpl b/view/tpl/jot-header.tpl index 010eae326..2c60b7c22 100644 --- a/view/tpl/jot-header.tpl +++ b/view/tpl/jot-header.tpl @@ -374,19 +374,6 @@ var activeCommentText = ''; timer = setTimeout(updateInit,1000); } -/* - function toggleVoting() { - if($('#jot-consensus').val() > 0) { - $('#jot-consensus').val(0); - $('#profile-voting, #profile-voting-sub').removeClass('bi-check-square').addClass('bi-square'); - } - else { - $('#jot-consensus').val(1); - $('#profile-voting, #profile-voting-sub').removeClass('bi-square').addClass('bi-check-square'); - } - } -*/ - function toggleNoComment() { if($('#jot-nocomment').val() > 0) { $('#jot-nocomment').val(0); @@ -432,7 +419,7 @@ var activeCommentText = ''; $('#embedPhotoModalBodyAlbumDialog').html('\ <div><div class="nav nav-pills flex-column">\n\ <li class="nav-item"><a class="nav-link" href="#" onclick="initializeEmbedPhotoDialog();return false;">\n\ - <i class="bi fa-chevron-left"></i> \n\ + <i class="bi bi-chevron-left"></i> \n\ {{$modaldiffalbum}}\n\ </a>\n\ </li>\n\ |