Private
Public Access
1
0

added boat type to upload form

This commit is contained in:
Sander Roosendaal
2018-06-01 16:18:33 +02:00
parent 4dbc08b6ba
commit c4475973f9
5 changed files with 26 additions and 4 deletions

View File

@@ -134,7 +134,6 @@
var data = new FormData(frm[0]);
$('#id_file').on('change', function(evt) {
var f = this.files[0];
console.log(f);