diff --git a/winixd/html/index_head_adder.html b/winixd/html/index_head_adder.html index 8fc271f..f1dadbe 100644 --- a/winixd/html/index_head_adder.html +++ b/winixd/html/index_head_adder.html @@ -67,7 +67,9 @@ - + [if false] + + [end] @@ -83,7 +85,7 @@ - [# markdown to html converter] + [# markdown to html converter ] [# https://github.com/showdownjs/showdown ] @@ -255,9 +257,13 @@ cm.save() [if winix_function_is "ckeditor"] - [def winix_has_jquery true] - - + + + [if not winix_has_jquery] + [def winix_has_jquery true] + + [end] + [end] @@ -268,8 +274,11 @@ cm.save() [# tinymce can use a special theme called 'mobile' - it is used when /mobile param is provided] - [def winix_has_jquery true] - + [if not winix_has_jquery] + [def winix_has_jquery true] + + [end] + [end] @@ -285,8 +294,11 @@ cm.save() [# info from version 0.5-rc1: this editor doesn't work on different domains by default, solution: http://forum.wymeditor.org/forum/viewtopic.php?f=2&t=731&p=2507#p2504 ] [# you should add one file to winix: wymiframe.html ] - [def winix_has_jquery true] - + [if not winix_has_jquery] + [def winix_has_jquery true] + + [end] + @@ -301,8 +313,11 @@ cm.save() [if gallery_mount_type_arg_is "lightbox"] [# https://lokeshdhakar.com/projects/lightbox2/ ] - [def winix_has_jquery true] - + [if not winix_has_jquery] + [def winix_has_jquery true] + + [end] + [end] @@ -311,8 +326,11 @@ cm.save() [# https://galleriajs.github.io/ ] [# formerly called aino-gallery ] - [def winix_has_jquery true] - + [if not winix_has_jquery] + [def winix_has_jquery true] + + [end] + [end] @@ -325,15 +343,17 @@ cm.save() [# https://github.com/blueimp/jQuery-File-Upload] [# Force latest IE rendering engine or ChromeFrame if installed] + [if false] + [end] [# 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] - + [# blueimp Gallery styles ] [# CSS to style the file input field as button and adjust the Bootstrap progress bars] @@ -347,51 +367,53 @@ cm.save() - [def winix_has_jquery true] - + [if not winix_has_jquery] + [def winix_has_jquery true] + + [end] - + [# 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 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] [end] @@ -405,8 +427,12 @@ cm.save() [if winix_function_is "imgcrop"] - [def winix_has_jquery true] - + + [if not winix_has_jquery] + [def winix_has_jquery true] + + [end] + [end]