Commit 161e66be authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

js: définit le champ comme zone de drop de fichiers.

Showing with 1 addition and 0 deletions
+1 -0
......@@ -87,6 +87,7 @@
uploadTemplateId: null,
downloadTemplateId: null,
filesContainer: $this.find('.fileinput-entries'),
dropZone: $this,
uploadTemplate: function(data) {
var rows = $();
$.each(data.files, function (index, file) {
......
Supports Markdown
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