remove new line

This commit is contained in:
grafixeyehero 2019-10-21 16:50:11 +03:00
parent 4abfc56fa8
commit 78576a7cb2

View File

@ -8,7 +8,6 @@ define(["loading"], function(loading) {
}).then(function() { }).then(function() {
loading.hide(); loading.hide();
window.location.href = "index.html"; window.location.href = "index.html";
}); });
} }
return function(view, params) { return function(view, params) {