yWeb: cleanup

Origin commit data
------------------
Branch: ni/coolstream
Commit: 7b10c8c0ff
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-12-19 (Sun, 19 Dec 2021)

Origin message was:
------------------
- yWeb: cleanup

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2021-12-19 23:12:03 +01:00
parent 25bc141f01
commit 5d49902ab3
111 changed files with 340 additions and 7233 deletions

View File

@@ -157,7 +157,7 @@ function do_set_updates2(){
}
var avaiable=0;
function show_free(){
var res=dbox_exec_tools("mtd_space");
var res=stb_exec_tools("mtd_space");
var Ausdruck = /([^ ]*)[ ]*([^ ]*)[ ]*([^ ]*)[ ]*([^ ]*)[ ]*([^ ]*)[ ]*([^ ]*).*$/;
Ausdruck.exec(res);
var mtd = RegExp.$1;
@@ -241,4 +241,3 @@ function uninstall_build_list2(){
});
$('statusline').hide();
}