yWeb/Y_Timer: drop prototype.js; use jquery

Origin commit data
------------------
Branch: ni/coolstream
Commit: 05b3b03c31
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-02-08 (Wed, 08 Feb 2023)

Origin message was:
------------------
- yWeb/Y_Timer: drop prototype.js; use jquery

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2023-02-08 23:28:09 +01:00
parent b970bc6d3b
commit 9fbb995706
2 changed files with 5 additions and 5 deletions

View File

@@ -1,13 +1,13 @@
{=func:set_timer_form {=typ=} {=tid=}=}
{=include-block:Y_Blocks.txt;head_no_charset=}
{=include-block:Y_Blocks.txt;jQuery=}
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252"/>
<script type="text/javascript" src="/prototype.js"></script>
<script type="text/javascript" src="/Y_Baselib.js"></script>
<script type="text/javascript">
//<![CDATA[
function my_display(id, state)
{
(state) ? $(id).show() : $(id).hide();
(state) ? jQuery('#'+id).show() : jQuery('#'+id).hide();
}
function focusNMark()
@@ -56,7 +56,7 @@ function do_submit()
}
function obj_set_select_value(_obj_name, _value)
{
var _obj = document.getElementById(_obj_name);
var _obj = id(_obj_name);
if (_obj)
{
for (i = 0; i < _obj.length; i++)

View File

@@ -1,3 +1,3 @@
version=3.0.9
date=02.02.2023
version=3.0.10
date=08.02.2023
info=NI-Neutrino-Webinterface