[ Index ] |
PHP Cross Reference of phpBB-3.2.11-deutsch |
[Summary view] [Print] [Text view]
1 /* global phpbb */ 2 3 (function($) { // Avoid conflicts with other libraries 4 5 'use strict'; 6 7 $('#tz_date').change(function() { 8 phpbb.timezoneSwitchDate(false); 9 }); 10 11 $('#tz_select_date_suggest').click(function(){ 12 phpbb.timezonePreselectSelect(true); 13 }); 14 15 $(function () { 16 phpbb.timezoneEnableDateSelection(); 17 phpbb.timezonePreselectSelect($('#tz_select_date_suggest').attr('timezone-preselect') === 'true'); 18 }); 19 20 })(jQuery); // Avoid conflicts with other libraries
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Wed Nov 11 20:33:01 2020 | Cross-referenced by PHPXref 0.7.1 |