fix undefined variable

This commit is contained in:
doubaniux 2021-06-14 23:03:55 +02:00
parent 2bc259880e
commit 30e23390d4

View file

@ -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"),