Merge pull request #2959 from prototech/ticket/13069

[ticket/13069] Fix timezone location filtering.
This commit is contained in:
Marc Alexander 2014-09-17 00:24:36 +02:00
commit 2e1aebbc12

View file

@ -782,12 +782,7 @@ phpbb.timezoneSwitchDate = function(keepSelection) {
.insertAfter('#timezone');
} else {
// Copy the content of our backup, so we can remove all unneeded options
var $replacement = $timezoneCopy.clone();
$replacement.attr('id', 'timezone')
.css('display', 'block')
.attr('name', 'tz');
$timezone.replaceWith($replacement);
$timezone.html($timezoneCopy.html());
}
if ($tzDate.val() !== '') {