mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
#13652 fix dialog close error
This commit is contained in:
parent
d0dcdf5dd4
commit
14e909f630
@ -216,7 +216,7 @@ $(document).ready(function() {
|
|||||||
});
|
});
|
||||||
|
|
||||||
$("#ok_buttom").click(function() {
|
$("#ok_buttom").click(function() {
|
||||||
$("#license_error_msg_dialog").dialog("close");
|
$(".ui-dialog-content").dialog("close");
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user