Add Local Time Zone

This commit is contained in:
2021-05-24 01:05:36 +02:00
parent a1ef4d1cc8
commit 209a1b6731
19 changed files with 1815 additions and 1679 deletions

View File

@@ -251,14 +251,6 @@ function setElem(aoAnchor, asPath, oValue)
}
}
function getTimeZoneDesc(sTimeZoneName) {
if(sTimeZoneName.indexOf('/')==-1) return sTimeZoneName;
else {
var sCity = sTimeZoneName.split('/')[1].replace('_', ' ') || '';
return oSpot.lang('city_time', sCity);
}
}
$.prototype.addInput = function(sType, sName, sValue, aoEvents)
{
aoEvents = aoEvents || [];