yWeb: use jQuery blocks

Origin commit data
------------------
Commit: 9c997af53d
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-02-01 (Wed, 01 Feb 2023)

Origin message was:
------------------
- yWeb: use jQuery blocks
This commit is contained in:
vanhofen
2023-02-01 23:21:40 +01:00
parent 79c38b9029
commit d645d9cae7
2 changed files with 14 additions and 4 deletions

View File

@@ -219,7 +219,6 @@ start-block~work_menu
<div>{=var-get:menu=}</div>
end-block~work_menu
# ============= LAYOUT
# ------- Lay-HEAD
start-block~head
@@ -311,15 +310,26 @@ start-block~head_ni
yhttpd_cache_clear('');
//]]>
</script>
{=include-block:Y_Blocks.txt;jQuery=}
{=include-block:Y_Blocks.txt;jQuery_ui=}
end-block~head_ni
# ============= jQuery
# ------- jQuery library
start-block~jQuery
<script type="text/javascript" src="/jquery/jquery.min.js"></script>
<script type="text/javascript" src="/jquery/jquery-ui.min.js"></script>
<script type="text/javascript">
//<![CDATA[
// Use jQuery via jQuery(...)
jQuery.noConflict();
//]]>
</script>
end-block~head_ni
end-block~jQuery
# ------- jQuery user interface
start-block~jQuery_ui
<script type="text/javascript" src="/jquery/jquery-ui.min.js"></script>
end-block~jQuery_ui
# ------- nhttpd save Settings
start-block~start_wizard_save_settings

View File

@@ -1,3 +1,3 @@
version=3.0.5
version=3.0.6
date=01.02.2023
info=NI-Neutrino-Webinterface