diff --git a/common/static/js/home.js b/common/static/js/home.js index 1980c886..7ee457dc 100644 --- a/common/static/js/home.js +++ b/common/static/js/home.js @@ -160,7 +160,7 @@ $(document).ready( function() { // reset progress bar $("#importProgress").attr("max", 1); $("#importProgress").attr("value", 0); - percent.text('0%'); + $("#progressPercent").text('0%'); $.ajax({ url: form.attr("action"),