aboutsummaryrefslogtreecommitdiff
path: root/javascript/progressbar.js
diff options
context:
space:
mode:
authorpoiuty <poiuty@protonmail.com>2023-01-19 16:56:45 +0300
committerGitHub <noreply@github.com>2023-01-19 16:56:45 +0300
commit81276cde90ebecfab317cc62a0100d298c3c43c4 (patch)
tree39b3045a582ee9e9b85518ab4edaee49ba0f178b /javascript/progressbar.js
parentc12d7ddd725c485682c1caa025627c9ee936d743 (diff)
internal progress relative path
Diffstat (limited to 'javascript/progressbar.js')
-rw-r--r--javascript/progressbar.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/javascript/progressbar.js b/javascript/progressbar.js
index 2514d2e2..ff6d757b 100644
--- a/javascript/progressbar.js
+++ b/javascript/progressbar.js
@@ -160,7 +160,7 @@ function requestProgress(id_task, progressbarContainer, gallery, atEnd, onProgre
}
var fun = function(id_task, id_live_preview){
- request("/internal/progress", {"id_task": id_task, "id_live_preview": id_live_preview}, function(res){
+ request("./internal/progress", {"id_task": id_task, "id_live_preview": id_live_preview}, function(res){
if(res.completed){
removeProgressBar()
return