1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-24 20:13:22 +01:00
php-phpbb/phpBB/adm/style/timezone.js
2013-01-10 11:15:19 +01:00

14 lines
254 B
JavaScript

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