Enhanced date and time settings

This commit is contained in:
bergware
2016-08-10 09:06:44 +02:00
parent 65f51a5ec1
commit b69b2f2c43
+1
View File
@@ -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');