Skip to content

Commit

Permalink
Merge pull request #6930 from poiuty/master
Browse files Browse the repository at this point in the history
internal progress relative path
  • Loading branch information
AUTOMATIC1111 authored Jan 19, 2023
2 parents 6073456 + 81276cd commit b165e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/progressbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b165e34

Please sign in to comment.