mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-27 20:39:08 +00:00
damn it damn it damn it ... damn it again
git-svn-id: file:///svn/phpbb/trunk@1801 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
cb60413683
commit
3e5778094c
2 changed files with 4 additions and 2 deletions
|
@ -5,9 +5,10 @@
|
|||
|
||||
function create_icq_subsilver(icq_user_addr, icq_status_img, icq_add_img)
|
||||
{
|
||||
while( !icq_add_img_src.src )
|
||||
if( !icq_add_img_src.width )
|
||||
{
|
||||
icq_add_img_src.src = icq_add_img;
|
||||
while( !icq_add_img_src.width );
|
||||
}
|
||||
|
||||
if( icq_user_addr.length && icq_user_addr.indexOf(" ") == -1 )
|
||||
|
|
|
@ -6,9 +6,10 @@
|
|||
|
||||
function create_icq_subsilver(icq_user_addr, icq_status_img, icq_add_img)
|
||||
{
|
||||
while( !icq_add_img_src.src )
|
||||
if( !icq_add_img_src.width )
|
||||
{
|
||||
icq_add_img_src.src = icq_add_img;
|
||||
while( !icq_add_img_src.width );
|
||||
}
|
||||
|
||||
if( icq_user_addr.length && icq_user_addr.indexOf(" ") == -1 )
|
||||
|
|
Loading…
Add table
Reference in a new issue