fix undefined variable
This commit is contained in:
parent
2bc259880e
commit
30e23390d4
1 changed files with 1 additions and 1 deletions
|
@ -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"),
|
||||
|
|
Loading…
Add table
Reference in a new issue