diff --git a/index.html b/index.html
index dd1faa7..8055887 100644
--- a/index.html
+++ b/index.html
@@ -1107,7 +1107,7 @@
}
function buttonLoader(id, show) {
- const button = typeof id === 'string' ? getRef(id) : id;
+ const button = typeof id === 'string' ? document.getElementById(id) : id;
button.disabled = show;
const animOptions = {
duration: 200,