We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00d293c commit e2e1d9aCopy full SHA for e2e1d9a
src/Presentation/SmartStore.Web/Views/Install/Index.cshtml
@@ -28,7 +28,7 @@
28
@* scripts (head) *@
29
<script src='~/Scripts/modernizr-2.7.1.js' type='text/javascript'></script>
30
<script src='~/Scripts/jquery-1.8.3.min.js' type='text/javascript'></script>
31
-
+ <script src='~/Scripts/smartstore.common.js' type='text/javascript'></script>
32
</head>
33
<body class="container-main">
34
@@ -425,7 +425,7 @@
425
426
if (data.Success) {
427
$("#install-message").html("@ILS.GetResource("Common.StartShop")");
428
- $("#install-progress").html("");
+ $("#install-progress").html("");
429
setLocation(data.RedirectUrl);
430
}
431
else {
0 commit comments