Commit be6fbf91 by Chris Dodge

make local variable

parent 1602f592
......@@ -411,7 +411,7 @@ function showFileSelectionMenu(e) {
}
function startUpload(e) {
files = $('.file-input').get(0).files;
var files = $('.file-input').get(0).files;
if (files.length === 0)
return;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment