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:
vanhofen
2023-02-09 20:42:18 +01:00
parent ddc389dd46
commit c60257936f
2 changed files with 5 additions and 5 deletions

View File

@@ -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>

View File

@@ -1,3 +1,3 @@
version=3.0.11
version=3.0.12
date=09.02.2023
info=NI-Neutrino-Webinterface