diff --git a/phpBB/templates/subSilver/privmsgs_read_body.tpl b/phpBB/templates/subSilver/privmsgs_read_body.tpl index 86d9479345..d5def1c611 100644 --- a/phpBB/templates/subSilver/privmsgs_read_body.tpl +++ b/phpBB/templates/subSilver/privmsgs_read_body.tpl @@ -8,12 +8,12 @@ function create_icq_subsilver(icq_user_addr, icq_status_img, icq_add_img) if( !icq_add_img_src.width ) { icq_add_img_src.src = icq_add_img; - while( !icq_add_img_src.width ); +// while( !icq_add_img_src.width ); } if( icq_user_addr.length && icq_user_addr.indexOf(" ") == -1 ) { - document.write('
' + icq_status_img + '{L_ICQ_NUMBER}
'); + document.write('
' + icq_status_img + '{L_ICQ_NUMBER}
'); } } //--> diff --git a/phpBB/templates/subSilver/viewtopic_body.tpl b/phpBB/templates/subSilver/viewtopic_body.tpl index 162a53dcbb..ffc72277c4 100644 --- a/phpBB/templates/subSilver/viewtopic_body.tpl +++ b/phpBB/templates/subSilver/viewtopic_body.tpl @@ -6,15 +6,9 @@ function create_icq_subsilver(icq_user_addr, icq_status_img, icq_add_img) { - 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 ) { - document.write('
' + icq_status_img + '{L_ICQ_NUMBER}
'); + document.write('
' + icq_status_img + '{L_ICQ_NUMBER}
'); } } //-->