Update static/app.js
Browse files- static/app.js +1 -1
static/app.js
CHANGED
@@ -82,7 +82,7 @@ function hideLoading() {
|
|
82 |
if (loadingInterval) clearInterval(loadingInterval);
|
83 |
}
|
84 |
function updateLoadingFrame() {
|
85 |
-
loadingImg.src = `assets/Infer_LoadingAnimation/Property 1=Variant${loadingFrame}.svg`;
|
86 |
}
|
87 |
|
88 |
function hideResultSection() {
|
|
|
82 |
if (loadingInterval) clearInterval(loadingInterval);
|
83 |
}
|
84 |
function updateLoadingFrame() {
|
85 |
+
loadingImg.src = `static/assets/Infer_LoadingAnimation/Property 1=Variant${loadingFrame}.svg`;
|
86 |
}
|
87 |
|
88 |
function hideResultSection() {
|