0x1949 Team - FAZEMRX - MANAGER
Edit File: timezone.js
(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