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/SECURITY.md | 2 +- vendor/blueimp/jquery-file-upload/bower.json | 2 +- vendor/blueimp/jquery-file-upload/index.html | 20 ++++++++------------ vendor/blueimp/jquery-file-upload/jquery-ui.html | 12 ++++-------- vendor/blueimp/jquery-file-upload/package.json | 2 +- 5 files changed, 15 insertions(+), 23 deletions(-) (limited to 'vendor/blueimp') diff --git a/vendor/blueimp/jquery-file-upload/SECURITY.md b/vendor/blueimp/jquery-file-upload/SECURITY.md index 3e3d3a610..86ffc163b 100644 --- a/vendor/blueimp/jquery-file-upload/SECURITY.md +++ b/vendor/blueimp/jquery-file-upload/SECURITY.md @@ -128,6 +128,6 @@ To do so, locate the ImageMagick `policy.xml` configuration file and add the fol - + ``` diff --git a/vendor/blueimp/jquery-file-upload/bower.json b/vendor/blueimp/jquery-file-upload/bower.json index a5d439147..2a56262a1 100644 --- a/vendor/blueimp/jquery-file-upload/bower.json +++ b/vendor/blueimp/jquery-file-upload/bower.json @@ -1,6 +1,6 @@ { "name": "blueimp-file-upload", - "version": "9.30.0", + "version": "9.28.0", "title": "jQuery File Upload", "description": "File Upload widget with multiple file selection, drag&drop support, progress bar, validation and preview images.", "keywords": [ diff --git a/vendor/blueimp/jquery-file-upload/index.html b/vendor/blueimp/jquery-file-upload/index.html index 68ed83717..37e08a7cb 100644 --- a/vendor/blueimp/jquery-file-upload/index.html +++ b/vendor/blueimp/jquery-file-upload/index.html @@ -149,9 +149,7 @@ - {% if (window.innerWidth > 480 || !o.options.loadImageFileTypes.test(file.type)) { %} -

{%=file.name%}

- {% } %} +

{%=file.name%}

@@ -187,15 +185,13 @@ - {% if (window.innerWidth > 480 || !file.thumbnailUrl) { %} -

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

- {% } %} +

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

{% if (file.error) { %}
Error {%=file.error%}
{% } %} 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%}
{% } %} diff --git a/vendor/blueimp/jquery-file-upload/package.json b/vendor/blueimp/jquery-file-upload/package.json index 7db22a104..0a635397c 100644 --- a/vendor/blueimp/jquery-file-upload/package.json +++ b/vendor/blueimp/jquery-file-upload/package.json @@ -1,6 +1,6 @@ { "name": "blueimp-file-upload", - "version": "9.30.0", + "version": "9.28.0", "title": "jQuery File Upload", "description": "File Upload widget with multiple file selection, drag&drop support, progress bar, validation and preview images, audio and video for jQuery. Supports cross-domain, chunked and resumable file uploads. Works with any server-side platform (Google App Engine, PHP, Python, Ruby on Rails, Java, etc.) that supports standard HTML form file uploads.", "keywords": [ -- cgit v1.2.3