Spaces:
Runtime error
Runtime error
Update templates/index.html
Browse files- templates/index.html +2 -1
templates/index.html
CHANGED
@@ -168,7 +168,8 @@
|
|
168 |
// Loader functionality
|
169 |
document.getElementById('fileUploadForm').onsubmit = function () {
|
170 |
document.getElementById('loader').style.display = 'block';
|
171 |
-
document.getElementById('tablinks').
|
|
|
172 |
};
|
173 |
|
174 |
// Flash message auto-hide
|
|
|
168 |
// Loader functionality
|
169 |
document.getElementById('fileUploadForm').onsubmit = function () {
|
170 |
document.getElementById('loader').style.display = 'block';
|
171 |
+
document.getElementById('tablinks').disabled = true;
|
172 |
+
document.getElementById('tablinks active').disabled = true;
|
173 |
};
|
174 |
|
175 |
// Flash message auto-hide
|