mirror of
https://github.com/Squidly271/community.applications.git
synced 2025-06-03 14:52:13 +08:00
Still needs to be tested to shit
This commit is contained in:
parent
3195a14e3e
commit
9811baf55d
Binary file not shown.
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user