We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6c6839 commit c8a63e9Copy full SHA for c8a63e9
src/Presentation/Nop.Web/Views/Install/Index.cshtml
@@ -62,6 +62,7 @@
62
$(document).ready(function () {
63
$('#installation-form').submit(function () {
64
if ($('#installation-form').valid()) {
65
+ $("html, body").animate({ scrollTop: 0 }, 400);
66
window.setTimeout(function () {
67
$(".throbber").show();
68
}, 1000);
0 commit comments