diff --git a/dist/js/dropify.js b/dist/js/dropify.js index e9a0456..9fa4c8b 100644 --- a/dist/js/dropify.js +++ b/dist/js/dropify.js @@ -1,6 +1,6 @@ /*! * ============================================================= - * dropify v0.2.2 - Override your input files with style. + * dropify v0.2.1 - Override your input files with style. * https://github.com/JeremyFagis/dropify * * (c) 2017 - Jeremy FAGIS (http://fagis.fr) @@ -63,7 +63,7 @@ function Dropify(element, options) { tpl: { wrap: '
', loader: '
', - message: '

{{ default }}

', + message: '

{{ default }}

', preview: '

{{ replace }}

', filename: '

', clearButton: '', @@ -292,7 +292,7 @@ Dropify.prototype.setPreview = function(previewable, src) this.hideLoader(); if (previewable === true) { - var imgTag = $('').attr('src', src); + var imgTag = $('').attr('src', src); if (this.settings.height) { imgTag.css("max-height", this.settings.height);