mirror of
https://github.com/unraid/webgui.git
synced 2026-01-20 16:40:17 -06:00
Enhanced date and time settings
This commit is contained in:
@@ -104,10 +104,7 @@ function setArea(timezone, country, offset) {
|
||||
data.fillColor = 'FFFFFF';
|
||||
$(this).data('maphilight', data).trigger('fillColor.maphilight');
|
||||
$(this).data('maphilight', data).trigger('alwaysOn.maphilight');
|
||||
}
|
||||
});
|
||||
$('area').each(function() {
|
||||
if ($(this).data('offset')==offset) {
|
||||
} else if ($(this).data('offset')==offset) {
|
||||
var data = $(this).data('maphilight');
|
||||
data.alwaysOn = true;
|
||||
data.fillColor = 'E68A00';
|
||||
|
||||
Reference in New Issue
Block a user