mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 16:56:44 +02:00
[ticket/12342] Remove spinner and fix useage of ajax on memberlist
PHPBB3-12342
This commit is contained in:
@@ -389,7 +389,7 @@ $('#delete_permanent').click(function () {
|
||||
*/
|
||||
$('#member_search').click(function () {
|
||||
$('#memberlist_search').slideToggle('fast');
|
||||
phpbb.alt_text;
|
||||
phpbb.ajaxCallbacks.alt_text.call(this);
|
||||
// Focus on the username textbox if it's available and displayed
|
||||
if ($('#memberlist_search').is(':visible')) {
|
||||
$('#username').focus();
|
||||
|
Reference in New Issue
Block a user