1
0
mirror of https://github.com/DigitalDevices/octonet.git synced 2023-10-10 11:36:52 +00:00

Webserver javascripts updates

Replaces DOM based dynamic jscript elements with XMLHttpRequests
and JSON replies.
Not yet on all pages.
This commit is contained in:
mvoelkel
2015-09-06 22:06:38 +02:00
parent f73ea934ff
commit 73bf0bd413
8 changed files with 211 additions and 151 deletions

View File

@@ -103,8 +103,7 @@ function OnLoad()
<script type="text/javascript">
if( Octoserve )
document.write(Octoserve.Version);
if( beta )
document.write(" BETA");
document.write(" " + suffix);
</script>
</h1>
</td></tr>