mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 15:32:52 +02:00
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:
@@ -1,13 +1,13 @@
|
|||||||
{=func:set_timer_form {=typ=} {=tid=}=}
|
{=func:set_timer_form {=typ=} {=tid=}=}
|
||||||
{=include-block:Y_Blocks.txt;head_no_charset=}
|
{=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"/>
|
<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" src="/Y_Baselib.js"></script>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
//<![CDATA[
|
//<![CDATA[
|
||||||
function my_display(id, state)
|
function my_display(id, state)
|
||||||
{
|
{
|
||||||
(state) ? $(id).show() : $(id).hide();
|
(state) ? jQuery('#'+id).show() : jQuery('#'+id).hide();
|
||||||
}
|
}
|
||||||
|
|
||||||
function focusNMark()
|
function focusNMark()
|
||||||
@@ -56,7 +56,7 @@ function do_submit()
|
|||||||
}
|
}
|
||||||
function obj_set_select_value(_obj_name, _value)
|
function obj_set_select_value(_obj_name, _value)
|
||||||
{
|
{
|
||||||
var _obj = document.getElementById(_obj_name);
|
var _obj = id(_obj_name);
|
||||||
if (_obj)
|
if (_obj)
|
||||||
{
|
{
|
||||||
for (i = 0; i < _obj.length; i++)
|
for (i = 0; i < _obj.length; i++)
|
||||||
|
@@ -1,3 +1,3 @@
|
|||||||
version=3.0.9
|
version=3.0.10
|
||||||
date=02.02.2023
|
date=08.02.2023
|
||||||
info=NI-Neutrino-Webinterface
|
info=NI-Neutrino-Webinterface
|
||||||
|
Reference in New Issue
Block a user