From e779335d060b3a51d6a144d23af4097ae6801473 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Thu, 25 Apr 2019 08:52:50 +0200 Subject: update composer libs --- vendor/blueimp/jquery-file-upload/jquery-ui.html | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 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 e44d41e89..017169d38 100644 --- a/vendor/blueimp/jquery-file-upload/jquery-ui.html +++ b/vendor/blueimp/jquery-file-upload/jquery-ui.html @@ -154,7 +154,9 @@ -

{%=file.name%}

+ {% if (window.innerWidth > 480 || !o.options.loadImageFileTypes.test(file.type)) { %} +

{%=file.name%}

+ {% } %} @@ -184,9 +186,11 @@ -

- {%=file.name%} -

+ {% if (window.innerWidth > 480 || !file.thumbnailUrl) { %} +

+ {%=file.name%} +

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