added boat type to upload form
This commit is contained in:
@@ -134,7 +134,6 @@
|
||||
|
||||
var data = new FormData(frm[0]);
|
||||
|
||||
|
||||
$('#id_file').on('change', function(evt) {
|
||||
var f = this.files[0];
|
||||
console.log(f);
|
||||
|
||||
Reference in New Issue
Block a user