Enhanced date and time settings

This commit is contained in:
bergware
2016-08-10 08:34:34 +02:00
parent 54a41cc149
commit 65f51a5ec1

View File

@@ -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';