fixed a typo in comments
This commit is contained in:
parent
afae6a79c3
commit
b60dfe139b
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
function updatePublishStatus(msg){
|
function updatePublishStatus(msg){
|
||||||
document.getElementById('publish-status').innerHTML = msg;
|
document.getElementById('publish-status').innerHTML = msg;
|
||||||
}
|
}
|
||||||
// validation function which checks the proposed file's type and size
|
// validation function which checks the proposed file's type, size, and name
|
||||||
function validateFile(file) {
|
function validateFile(file) {
|
||||||
if (!file) {
|
if (!file) {
|
||||||
throw new Error('no file provided');
|
throw new Error('no file provided');
|
||||||
|
|
Loading…
Reference in a new issue