From 27217815d1749746f0232eaeb1ca9f9d5cbe56b5 Mon Sep 17 00:00:00 2001 From: Molkobain Date: Mon, 16 Aug 2021 09:37:36 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B02510=20-=20Fix=20expand/collapse=20butto?= =?UTF-8?q?ns=20of=20log=20entries=20in=20a=20list?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/itopwebpage.class.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/itopwebpage.class.inc.php b/application/itopwebpage.class.inc.php index a46794da3..1fdd9e647 100644 --- a/application/itopwebpage.class.inc.php +++ b/application/itopwebpage.class.inc.php @@ -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');