mirror of
https://github.com/unraid/webgui.git
synced 2026-05-03 16:29:45 -05:00
fix(DisplaySettings): javascript error
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user