From 78576a7cb2b3f395998db2e3d1dcdcb7005d5375 Mon Sep 17 00:00:00 2001 From: grafixeyehero Date: Mon, 21 Oct 2019 16:50:11 +0300 Subject: [PATCH] remove new line --- src/controllers/wizardfinishpage.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/controllers/wizardfinishpage.js b/src/controllers/wizardfinishpage.js index caaaf3a1e..ab3d269de 100644 --- a/src/controllers/wizardfinishpage.js +++ b/src/controllers/wizardfinishpage.js @@ -8,7 +8,6 @@ define(["loading"], function(loading) { }).then(function() { loading.hide(); window.location.href = "index.html"; - }); } return function(view, params) {