@ -1,7 +1,5 @@
@CHARSET "UTF-8";
.hidden {display: none;}
*[onclick], *[href] {cursor:pointer;}
.wait {
@ -7,7 +7,7 @@
</div>
<div class="modal-body" style="min-height: 10em; min-width: 30%; overflow-y: auto;max-height: 800px;">
<div class="modal-footer text-end hidden">
<div hidden class="modal-footer text-end">
<button type="button" class="btn btn-primary">확인</button>
@ -199,7 +199,7 @@ var dialog = {
if (conf.onOK) {
let footer = dlg.find(".modal-footer");
footer.removeClass("hidden");
footer.hidden = false;
footer.show();
footer.find("button").unbind("click").click(function() {
if (conf.getData) {