1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

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

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() !== '') {