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 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 From c123fa5422c9c2df741819c4fb9a1b19547866d4 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Thu, 25 Apr 2019 11:50:26 +0200 Subject: update blueimp/jquery-file-upload --- 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