Skip to content

Commit

Permalink
add status of progress bar
Browse files Browse the repository at this point in the history
  • Loading branch information
eroamane authored May 30, 2020
1 parent 8e39b33 commit 929cee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/aria2.js
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ if (typeof ARIA2=="undefined"||!ARIA2) var ARIA2=(function(){

result.progressStatus = {
"active" : "progress-striped",
"complete": "progress-striped",
"complete": "progress-success",
"removed" : "progress-warning",
"error" : "progress-danger"
}[result.status];
Expand Down

0 comments on commit 929cee7

Please sign in to comment.