- yWeb: indentation fixes

This commit is contained in:
vanhofen
2022-12-07 20:35:08 +01:00
committed by Thilo Graf
parent 3b3d51ef57
commit f1e81840b8

View File

@@ -309,10 +309,9 @@ start-block~start_wizard_page
//<![CDATA[ //<![CDATA[
function do_submit() function do_submit()
{ {
show_waitbox(true);
show_waitbox(true); yhttpd_cache_clear("");
yhttpd_cache_clear(""); document.f.submit();
document.f.submit();
} }
//]]> //]]>
</script> </script>