diff --git a/progit/static/upload.js b/progit/static/upload.js index 4380c84..6648d4f 100644 --- a/progit/static/upload.js +++ b/progit/static/upload.js @@ -38,6 +38,9 @@ function doUpload(csrf_token, files) { } // Set the progress bar. + if (percent > 10){ + $progressBar.css({"color": "white"}); + } $progressBar.css({"width": percent + "%"}); $progressBar.text(percent + "%"); }, false)