Files
san-reymoros/adm/style/timezone.js
gauvainboiche 058c2110e9 first commit
2020-03-03 22:45:25 +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