update composer libs
This commit is contained in:
12
vendor/blueimp/jquery-file-upload/jquery-ui.html
vendored
12
vendor/blueimp/jquery-file-upload/jquery-ui.html
vendored
@@ -154,7 +154,9 @@
|
||||
<span class="preview"></span>
|
||||
</td>
|
||||
<td>
|
||||
<p class="name">{%=file.name%}</p>
|
||||
{% if (window.innerWidth > 480 || !o.options.loadImageFileTypes.test(file.type)) { %}
|
||||
<p class="name">{%=file.name%}</p>
|
||||
{% } %}
|
||||
<strong class="error"></strong>
|
||||
</td>
|
||||
<td>
|
||||
@@ -184,9 +186,11 @@
|
||||
</span>
|
||||
</td>
|
||||
<td>
|
||||
<p class="name">
|
||||
<a href="{%=file.url%}" title="{%=file.name%}" download="{%=file.name%}" {%=file.thumbnailUrl?'data-gallery':''%}>{%=file.name%}</a>
|
||||
</p>
|
||||
{% if (window.innerWidth > 480 || !file.thumbnailUrl) { %}
|
||||
<p class="name">
|
||||
<a href="{%=file.url%}" title="{%=file.name%}" download="{%=file.name%}" {%=file.thumbnailUrl?'data-gallery':''%}>{%=file.name%}</a>
|
||||
</p>
|
||||
{% } %}
|
||||
{% if (file.error) { %}
|
||||
<div><span class="error">Error</span> {%=file.error%}</div>
|
||||
{% } %}
|
||||
|
Reference in New Issue
Block a user