fix: [events:view] Remove any tooltip upon closing the popover form

This will make @iglocska happy.
pull/9370/head
Sami Mokaddem 2023-10-25 15:39:25 +02:00
parent 205245c924
commit 8d01368bf7
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
2 changed files with 2 additions and 1 deletions

View File

@ -33,7 +33,7 @@ class AppController extends Controller
public $helpers = array('OrgImg', 'FontAwesome', 'UserName');
private $__queryVersion = '156';
private $__queryVersion = '157';
public $pyMispVersion = '2.4.178';
public $phpmin = '7.2';
public $phprec = '7.4';

View File

@ -1523,6 +1523,7 @@ function cancelPopoverForm(id) {
$("#screenshot_box").fadeOut(400, function() {
$(this).remove();
});
$('.tooltip').remove()
$("#popover_box")
.fadeOut()
.removeAttr('style') // remove all inline styles