Commit 8610dda9 authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

file_upload.js: supprime un bout de code inutile.

Showing with 0 additions and 2 deletions
+0 -2
......@@ -11,12 +11,10 @@
var $this = $(this),
$button = $this.find('.fileinput-button'),
$entries = $this.find('.fileinput-entries'),
prototype = options.prototype,
createUrl = options.createUrl,
uploadPrototype = options.uploadPrototype,
downloadPrototype = options.downloadPrototype;
delete options.prototype;
delete options.createUrl;
delete options.uploadPrototype;
delete options.downloadPrototype;
......
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