[ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Summary view] [Print] [Text view]
1 (function($) { // Avoid conflicts with other libraries 2 3 "use strict"; 4 5 $('#tz_date').change(function() { 6 phpbb.timezoneSwitchDate(false); 7 }); 8 9 $(document).ready( 10 phpbb.timezoneEnableDateSelection 11 ); 12 13 })(jQuery); // Avoid conflicts with other libraries
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |