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

Merge remote-tracking branch 'remotes/cyberalien/ticket/11554' into develop

# By Vjacheslav Trushkin
# Via Vjacheslav Trushkin
* remotes/cyberalien/ticket/11554:
  [ticket/11554] Move forum_fn.js to footer
This commit is contained in:
Nathaniel Guse
2013-05-19 18:33:56 -05:00
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
*/