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 557325ee..3324193f 100644
--- a/assets/common/js/shaare-batch.js
+++ b/assets/common/js/shaare-batch.js
@@ -100,7 +100,7 @@ const redirectIfEmptyBatch = (basePath, formElements, path) => {
100 }); 100 });
101 101
102 Promise.all(promises).then(() => { 102 Promise.all(promises).then(() => {
103 window.location.href = basePath || '/'; 103 window.location.href = `${basePath}/`;
104 }); 104 });
105 }); 105 });
106 }); 106 });