N°2510 - Fix expand/collapse buttons of log entries in a list

This commit is contained in:
Molkobain
2021-08-16 09:37:36 +02:00
parent 2b71ea108a
commit 27217815d1

View File

@@ -624,7 +624,7 @@ JS
ShowDebug();
$('#logOffBtn>ul').popupmenu();
$('.caselog_header').click( function () { $(this).toggleClass('open').next('.caselog_entry,.caselog_entry_html').toggle(); });
$('body').on('click', '.caselog_header', function () { $(this).toggleClass('open').next('.caselog_entry,.caselog_entry_html').toggle(); });
$(document).ajaxSend(function(event, jqxhr, options) {
jqxhr.setRequestHeader('X-Combodo-Ajax', 'true');