|
|
|
|
@ -199,7 +199,8 @@ var dialog = {
|
|
|
|
|
|
|
|
|
|
if (conf.onOK) {
|
|
|
|
|
let footer = dlg.find(".modal-footer");
|
|
|
|
|
footer.hidden = false;
|
|
|
|
|
footer.removeClass("hidden");
|
|
|
|
|
// footer.hidden = false;
|
|
|
|
|
footer.show();
|
|
|
|
|
footer.find("button").unbind("click").click(function() {
|
|
|
|
|
if (conf.getData) {
|
|
|
|
|
|