Spaces:
Running
Running
Bintang Fajar Julio
commited on
Commit
·
3f19b74
1
Parent(s):
78bf9c7
update
Browse files
templates/dashboard/classifier.html
CHANGED
@@ -511,15 +511,16 @@ title %} {% block content %}
|
|
511 |
}
|
512 |
|
513 |
$("#hasil").removeClass("d-none");
|
514 |
-
$(".spinner").addClass("d-none");
|
515 |
-
$(".overlay").addClass("d-none");
|
516 |
|
517 |
$("html, body").animate(
|
518 |
{
|
519 |
scrollTop: $("#hasil").offset().top - 50,
|
520 |
},
|
521 |
-
|
522 |
);
|
|
|
|
|
|
|
523 |
},
|
524 |
error: function (response) {
|
525 |
$(".spinner").addClass("d-none");
|
|
|
511 |
}
|
512 |
|
513 |
$("#hasil").removeClass("d-none");
|
|
|
|
|
514 |
|
515 |
$("html, body").animate(
|
516 |
{
|
517 |
scrollTop: $("#hasil").offset().top - 50,
|
518 |
},
|
519 |
+
700
|
520 |
);
|
521 |
+
|
522 |
+
$(".spinner").addClass("d-none");
|
523 |
+
$(".overlay").addClass("d-none");
|
524 |
},
|
525 |
error: function (response) {
|
526 |
$(".spinner").addClass("d-none");
|