fix some html and js format errors

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@780 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
yjogol
2010-09-17 16:37:34 +00:00
parent 6534af11e0
commit 8f0c6c24dc
6 changed files with 29 additions and 29 deletions

View File

@@ -151,7 +151,7 @@ function do_set_updates2(){
var extfile=ext.build_extension_file();
document.f.extentions.value=extfile;
show_waitbox(false);
alert("Update finished. Menue reload.")
alert("Update finished. Menue reload.");
do_submit();
}
var avaiable=0;
@@ -214,7 +214,7 @@ function do_uninstall2(tag){
var extfile=ext.build_extension_file();
document.f.extentions.value=extfile;
show_waitbox(false);
alert("Update finished. Menue reload.")
alert("Update finished. Menue reload.");
do_submit();
}
function uninstall_build_list(){
@@ -230,7 +230,7 @@ function uninstall_build_list2(){
/*build_list*/
i=0;
ext.installed_extensions.sortBy(function(e){return e.get('tag')}).each(function(e){
ext.installed_extensions.sortBy(function(e){return e.get('tag');}).each(function(e){
res=loadSyncURL("/y/cgi?execute=if-file-exists:/var/tuxbox/config/ext/"+e.get('tag')+"_uninstall.inc~1~0");
uninstall_list_addRow(update_body,++i,e,res=="1");
});