mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Fixed dialog box not appearing with new version of jquery / jquery ui
Fixed case not completing due to quotas with exclude_var_id of 0 Fixed notice on interface2 where $appointment variable not specified
This commit is contained in:
@@ -3,14 +3,7 @@ function poptastic(url, title)
|
||||
var elem = jQuery("#inpage");
|
||||
if (elem.length > 0) {
|
||||
elem = jQuery(elem[0]);
|
||||
if (elem.dialog("option", "title") == title) {
|
||||
if (! elem.dialog("isOpen")) {
|
||||
elem.dialog("open");
|
||||
}
|
||||
return;
|
||||
} else {
|
||||
elem.dialog("close").dialog("destroy").remove();
|
||||
}
|
||||
elem.dialog("close").dialog("destroy").remove();
|
||||
}
|
||||
jQuery('<iframe id="inpage" src="'+ url +'" />').dialog({
|
||||
autoOpen: true,
|
||||
|
||||
Reference in New Issue
Block a user