Upload refactor #242
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
// validation function which checks the proposed file's type, size, and name
|
// validation function which checks the proposed file's type, size, and name
|
||||||
var validationFunctions = {
|
const validationFunctions = {
|
||||||
validateFile: function (file) {
|
validateFile: function (file) {
|
||||||
if (!file) {
|
if (!file) {
|
||||||
console.log('no file found');
|
console.log('no file found');
|
||||||
|
|
Loading…
Add table
Reference in a new issue