1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-10 02:36:38 +02:00

[ticket/11554] Move forum_fn.js to footer

Move forum_fn.js to footer, move find_username to forum_fn.js

PHPBB3-11554
This commit is contained in:
Vjacheslav Trushkin
2013-05-19 11:07:29 +03:00
parent d8ed228ddf
commit b8afef5df0
5 changed files with 10 additions and 11 deletions

View File

@@ -2,6 +2,14 @@
* phpBB3 forum functions
*/
/**
* Find a member
*/
function find_username(url) {
popup(url, 760, 570, '_usersearch');
return false;
}
/**
* Window popup
*/