yWeb: cleanup

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

Origin message was:
------------------
- yWeb: cleanup
This commit is contained in:
vanhofen
2021-12-19 23:12:03 +01:00
parent 93446f90f8
commit e90a8e62e0
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();
}