1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-21 06:53:49 +02:00
php-phpbb/phpBB/adm/style/timezone.js
Marc Alexander b5cc1ed683 [ticket/10949] Converted missing code to new JS coding guidelines
A few missing semi-colons were also added where needed.

PHPBB3-10949
2013-01-04 22:46:12 +01:00

12 lines
239 B
JavaScript

(function($) { // Avoid conflicts with other libraries
$('#tz_date').change(function() {
phpbb.timezoneSwitchDate(false);
});
$(document).ready(
phpbb.timezoneEnableDateSelection
);
})(jQuery); // Avoid conflicts with other libraries