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/index.html | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) (limited to 'vendor/blueimp/jquery-file-upload/index.html') diff --git a/vendor/blueimp/jquery-file-upload/index.html b/vendor/blueimp/jquery-file-upload/index.html index 37e08a7cb..68ed83717 100644 --- a/vendor/blueimp/jquery-file-upload/index.html +++ b/vendor/blueimp/jquery-file-upload/index.html @@ -149,7 +149,9 @@ -

{%=file.name%}

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

{%=file.name%}

+ {% } %} @@ -185,13 +187,15 @@ -

- {% if (file.url) { %} - {%=file.name%} - {% } else { %} - {%=file.name%} - {% } %} -

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

+ {% if (file.url) { %} + {%=file.name%} + {% } else { %} + {%=file.name%} + {% } %} +

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