Still needs to be tested to shit

This commit is contained in:
Squidly271 2021-02-25 17:35:09 -05:00
parent 3195a14e3e
commit 9811baf55d
2 changed files with 4 additions and 0 deletions

View File

@ -599,6 +599,10 @@ function setToolTip() {
origin.tooltipster("content","<div class='popupHolder' style='height:450px;'>Loading</div>");
},
functionBefore: function(instance,helper) {
if ( popupVisible() ) {
$(this).tooltipster("close");
return false;
}
var origin = $(helper.origin);
var appnumber = $(origin).data("appnumber");
var apppath = $(origin).data("apppath");