yWeb: update jQuery stuff

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

Origin message was:
------------------
- yWeb: update jQuery stuff
This commit is contained in:
vanhofen
2023-02-01 23:09:46 +01:00
parent 21b24cccce
commit 79c38b9029
4 changed files with 18 additions and 13 deletions

View File

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

View File

@@ -1,6 +1,10 @@
installdir = $(PRIVATE_HTTPDDIR)/jquery
# NI-yWeb
install_DATA = jquery.min.js \
jquery.stickytableheaders.min.js \
jquery-ui.min.js
# jQuery library; see https://jquery.com/
install_DATA = jquery.min.js
# jQuery user interface; see https://jqueryui.com/
install_DATA += jquery-ui.min.js
# jQuery plugins
install_DATA += jquery.stickytableheaders.min.js

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long