mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +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=}
|
||||
{=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_yweb.js"></script>
|
||||
<script type="text/javascript">
|
||||
//<![CDATA[
|
||||
function do_send(mode) {
|
||||
var msg = document.getElementById(mode);
|
||||
var msg = id(mode);
|
||||
var res = "error";
|
||||
if (msg != "")
|
||||
res = trim(loadSyncURL("/control/message?"+mode+"="+msg.value));
|
||||
$("out").update(res);
|
||||
$(mode).setValue("");
|
||||
jQuery("#out").html(res);
|
||||
jQuery('#'+mode).val("");
|
||||
}
|
||||
//]]>
|
||||
</script>
|
||||
|
@@ -1,3 +1,3 @@
|
||||
version=3.0.11
|
||||
version=3.0.12
|
||||
date=09.02.2023
|
||||
info=NI-Neutrino-Webinterface
|
||||
|
Reference in New Issue
Block a user