aboutsummaryrefslogtreecommitdiffhomepage
path: root/assets/common/js/shaare-batch.js
diff options
context:
space:
mode:
Diffstat (limited to 'assets/common/js/shaare-batch.js')
-rw-r--r--assets/common/js/shaare-batch.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/common/js/shaare-batch.js b/assets/common/js/shaare-batch.js
index 4a1fdb2e..6fc16faf 100644
--- a/assets/common/js/shaare-batch.js
+++ b/assets/common/js/shaare-batch.js
@@ -104,7 +104,7 @@ const redirectIfEmptyBatch = (basePath, formElements, path) => {
104 }); 104 });
105 105
106 Promise.all(promises).then(() => { 106 Promise.all(promises).then(() => {
107 window.location.href = basePath || '/'; 107 window.location.href = `${basePath}/`;
108 }); 108 });
109 }); 109 });
110 }); 110 });