Upload refactor #242

Merged
bones7242 merged 24 commits from upload-refactor into master 2017-11-13 21:39:21 +01:00
Showing only changes of commit b541d4be0b - Show all commits

View file

@ -1,5 +1,5 @@
// validation function which checks the proposed file's type, size, and name
var validationFunctions = {
const validationFunctions = {
validateFile: function (file) {
if (!file) {
console.log('no file found');