Skip to content

Commit e2e1d9a

Browse files
Success message won't disapear though installation was successful
1 parent 00d293c commit e2e1d9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Presentation/SmartStore.Web/Views/Install/Index.cshtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
@* scripts (head) *@
2929
<script src='~/Scripts/modernizr-2.7.1.js' type='text/javascript'></script>
3030
<script src='~/Scripts/jquery-1.8.3.min.js' type='text/javascript'></script>
31-
31+
<script src='~/Scripts/smartstore.common.js' type='text/javascript'></script>
3232
</head>
3333
<body class="container-main">
3434

@@ -425,7 +425,7 @@
425425
426426
if (data.Success) {
427427
$("#install-message").html("@ILS.GetResource("Common.StartShop")");
428-
$("#install-progress").html("");
428+
$("#install-progress").html("");
429429
setLocation(data.RedirectUrl);
430430
}
431431
else {

0 commit comments

Comments
 (0)