fix typo
This commit is contained in:
@@ -145,7 +145,7 @@ require(["jquery", "avalon", "editor", "uploader", "bsAlert", "csrfToken", "tagE
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
function (file, percentage) {
|
function (file, percentage) {
|
||||||
vm.uploadProgress = praseInt(percentage * 100);
|
vm.uploadProgress = parseInt(percentage * 100);
|
||||||
});
|
});
|
||||||
|
|
||||||
var tagAutoCompleteList = [];
|
var tagAutoCompleteList = [];
|
||||||
|
|||||||
Reference in New Issue
Block a user