1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 08:47:45 +02:00

[ticket/12342] Fix Find a member show / hide script

PHPBB3-12342
This commit is contained in:
Matt Friedman
2014-04-01 18:00:17 -07:00
parent 0f3e6ca676
commit 18645aa069
2 changed files with 2 additions and 2 deletions

View File

@@ -389,7 +389,7 @@ $('#delete_permanent').click(function () {
*/
$('#member_search').click(function () {
$('#memberlist_search').slideToggle('fast');
phpbb.ajax_callbacks.alt_text.call(this);
phpbb.alt_text;
// Focus on the username textbox if it's available and displayed
if ($('#memberlist_search').is(':visible')) {
$('#username').focus();