Skip to content

Commit b1b93cb

Browse files
committed
User was not redirected to the start page after a successful installation
1 parent 8096bc7 commit b1b93cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@
459459
if (data.Success) {
460460
$("#install-message").html("@ILS.GetResource("Common.StartShop")");
461461
$("#install-progress").html("");
462-
setLocation(data.RedirectUrl);
462+
window.location = data.RedirectUrl;
463463
}
464464
else {
465465
$.throbber.hide();

0 commit comments

Comments
 (0)