From 140b4495dfd44159c72e3898f79d3534f3c41c3d Mon Sep 17 00:00:00 2001 From: Tomasz Sowa Date: Mon, 15 Apr 2024 08:20:02 +0200 Subject: [PATCH] update jquery-file-upload to 10.32.0 --- winixd/html/index_head_adder.html | 47 +++++++++++++++++-------------- 1 file changed, 26 insertions(+), 21 deletions(-) diff --git a/winixd/html/index_head_adder.html b/winixd/html/index_head_adder.html index cf0a8c7..64c5a3a 100644 --- a/winixd/html/index_head_adder.html +++ b/winixd/html/index_head_adder.html @@ -351,18 +351,18 @@ cm.save() - [# in doc_base_url_common/jquery-file-upload/10.31.0_extra/blueimp-gallery/ is download_all_files.sh script in order to download all necessary files] + [# in doc_base_url_common/jquery-file-upload/10.32.0_extra/blueimp-gallery/ is download_all_files.sh script in order to download all necessary files] [# blueimp Gallery styles ] - + [# CSS to style the file input field as button and adjust the Bootstrap progress bars] - - + + [# CSS adjustments for browsers with JavaScript disabled] @@ -373,47 +373,52 @@ cm.save() [# The jQuery UI widget factory, can be omitted if jQuery UI is already included ] - + [# The Templates plugin is included to render the upload/download listings ] - + [# The Load Image plugin is included for the preview images and image resizing functionality ] - + [# The Canvas to Blob plugin is included for image resizing functionality ] - + [# blueimp Gallery script ] - + [# The Iframe Transport is required for browsers without support for XHR file uploads ] - + [# The basic File Upload plugin ] - + [# The File Upload processing plugin ] - + [# The File Upload image preview & resize plugin ] - + [# The File Upload audio preview plugin ] - + [# The File Upload video preview plugin ] - + [# The File Upload validation plugin ] - + [# The File Upload user interface plugin ] - + [if false] [# the code to run the plugin we have in fun_upload.html ] [# The main application script ] - + [end] [if false] [# The XDomainRequest Transport is included for cross-domain file deletion for IE 8 and IE 9 ] [end] + + [# small fix for better responsiveness] + [# do not show the first td if there is no an image] + + [end]