PDF rausgenommen
This commit is contained in:
13
msd2/phpBB3/adm/style/timezone.js
Normal file
13
msd2/phpBB3/adm/style/timezone.js
Normal file
@ -0,0 +1,13 @@
|
||||
(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
|
Reference in New Issue
Block a user