From f1c07977809ce3221286d53e99f0d91145b1166f Mon Sep 17 00:00:00 2001 From: Mario Date: Thu, 25 Apr 2019 11:24:09 +0200 Subject: Revert "update composer libs" This reverts commit e779335d060b3a51d6a144d23af4097ae6801473 --- vendor/blueimp/jquery-file-upload/jquery-ui.html | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'vendor/blueimp/jquery-file-upload/jquery-ui.html') diff --git a/vendor/blueimp/jquery-file-upload/jquery-ui.html b/vendor/blueimp/jquery-file-upload/jquery-ui.html index 017169d38..e44d41e89 100644 --- a/vendor/blueimp/jquery-file-upload/jquery-ui.html +++ b/vendor/blueimp/jquery-file-upload/jquery-ui.html @@ -154,9 +154,7 @@ - {% if (window.innerWidth > 480 || !o.options.loadImageFileTypes.test(file.type)) { %} -

{%=file.name%}

- {% } %} +

{%=file.name%}

@@ -186,11 +184,9 @@ - {% if (window.innerWidth > 480 || !file.thumbnailUrl) { %} -

- {%=file.name%} -

- {% } %} +

+ {%=file.name%} +

{% if (file.error) { %}
Error {%=file.error%}
{% } %} -- cgit v1.2.3