Hide boot options when image is loading

This commit is contained in:
copy 2013-11-25 17:52:42 +01:00
parent 7d58bad3e4
commit 9240dc669f

View file

@ -329,6 +329,7 @@ function dump_file(ab, name)
}, show_progress);
$("start_freedos").blur();
$("boot_options").style.display = "none";
};
$("start_win101").onclick = function()
@ -340,6 +341,7 @@ function dump_file(ab, name)
}, show_progress);
$("start_win101").blur();
$("boot_options").style.display = "none";
};
@ -352,6 +354,7 @@ function dump_file(ab, name)
}, show_progress);
$("start_linux").blur();
$("boot_options").style.display = "none";
};
$("start_koli").onclick = function()
@ -363,6 +366,7 @@ function dump_file(ab, name)
}, show_progress);
$("start_koli").blur();
$("boot_options").style.display = "none";
};
$("start_bsd").onclick = function()
@ -374,6 +378,7 @@ function dump_file(ab, name)
}, show_progress);
$("start_bsd").blur();
$("boot_options").style.display = "none";
};
if(DEBUG)