mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 15:32:52 +02:00
yWeb/Y_Boxcontrol_Messages: drop prototype.js; use jquery
Origin commit data
------------------
Branch: ni/coolstream
Commit: 2ecbecff95
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-02-09 (Thu, 09 Feb 2023)
Origin message was:
------------------
- yWeb/Y_Boxcontrol_Messages: 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,17 +1,17 @@
|
|||||||
{=var-set:cancache=yPyes=}
|
{=var-set:cancache=yPyes=}
|
||||||
{=include-block:Y_Blocks.txt;head=}
|
{=include-block:Y_Blocks.txt;head=}
|
||||||
<script type="text/javascript" src="/prototype.js"></script>
|
{=include-block:Y_Blocks.txt;jQuery=}
|
||||||
<script type="text/javascript" src="/Y_Baselib.js"></script>
|
<script type="text/javascript" src="/Y_Baselib.js"></script>
|
||||||
<script type="text/javascript" src="/Y_yweb.js"></script>
|
<script type="text/javascript" src="/Y_yweb.js"></script>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
//<![CDATA[
|
//<![CDATA[
|
||||||
function do_send(mode) {
|
function do_send(mode) {
|
||||||
var msg = document.getElementById(mode);
|
var msg = id(mode);
|
||||||
var res = "error";
|
var res = "error";
|
||||||
if (msg != "")
|
if (msg != "")
|
||||||
res = trim(loadSyncURL("/control/message?"+mode+"="+msg.value));
|
res = trim(loadSyncURL("/control/message?"+mode+"="+msg.value));
|
||||||
$("out").update(res);
|
jQuery("#out").html(res);
|
||||||
$(mode).setValue("");
|
jQuery('#'+mode).val("");
|
||||||
}
|
}
|
||||||
//]]>
|
//]]>
|
||||||
</script>
|
</script>
|
||||||
|
@@ -1,3 +1,3 @@
|
|||||||
version=3.0.11
|
version=3.0.12
|
||||||
date=09.02.2023
|
date=09.02.2023
|
||||||
info=NI-Neutrino-Webinterface
|
info=NI-Neutrino-Webinterface
|
||||||
|
Reference in New Issue
Block a user