mirror of
https://github.com/unraid/webgui.git
synced 2026-05-12 15:20:29 -05:00
Enhanced date and time settings
This commit is contained in:
@@ -97,6 +97,7 @@ function setArea(timezone, country, offset) {
|
||||
$('input[value=" Apply "]').removeAttr('disabled');
|
||||
$('input[value=" Done "]').val('Reset').prop('onclick',null).click(function(){refresh();});
|
||||
}
|
||||
if (offset == previous) return;
|
||||
$('area').each(function() {
|
||||
if ($(this).data('offset')==previous) {
|
||||
var data = $(this).data('maphilight');
|
||||
|
||||
Reference in New Issue
Block a user