1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[ticket/12982] Refactoring: Cleaned up phpbb.search

PHPBB3-12982
This commit is contained in:
Callum Macrae
2014-08-13 23:18:50 +01:00
parent d79fec1c3f
commit 9578fdf7d7
3 changed files with 77 additions and 62 deletions

View File

@@ -15,6 +15,6 @@ $('#tz_select_date_suggest').click(function(){
$(function () {
phpbb.timezoneEnableDateSelection();
phpbb.timezonePreselectSelect($('#tz_select_date_suggest').attr('timezone-preselect') === 'true');
})
});
})(jQuery); // Avoid conflicts with other libraries