fix(DisplaySettings): javascript error

This commit is contained in:
Zack Spear
2022-01-27 16:11:19 -08:00
parent 4986a7c42b
commit 55d7cbb9e0
+1
View File
@@ -46,6 +46,7 @@ function upload() {
} else if (filename) {
$.post("/webGui/include/FileUpload.php",{cmd:'save',path:path,filename:filename,output:'banner.png'});
}
}
function presetTime(form) {
var system = form.date.selectedIndex==0;
if (system) form.time.selectedIndex = 0;