Change the view of Attributes Customer

This commit is contained in:
Ibnu Maksum
2024-03-06 11:15:45 +07:00
parent e5c8aae758
commit 37a5ee8566
6 changed files with 132 additions and 124 deletions

View File

@ -29,9 +29,9 @@
$(this).html(
`<span class="loading"></span>`
);
setTimeout(() => {
$(this).prop("disabled", true);
}, 100);
// setTimeout(() => {
// $(this).prop("disabled", true);
// }, 100);
}, false);
} else {
if (el.attachEvent) { // IE before version 9
@ -39,9 +39,9 @@
$(this).html(
`<span class="loading"></span>`
);
setTimeout(() => {
$(this).prop("disabled", true);
}, 100);
// setTimeout(() => {
// $(this).prop("disabled", true);
// }, 100);
});
}
}