[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

/styles/prosilver/template/ -> timezone.js (source)

   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


Generated: Mon Nov 25 19:05:08 2024 Cross-referenced by PHPXref 0.7.1