diff --git a/whoisonline.php b/whoisonline.php index 2a5b441689..5b5cffe1bf 100755 --- a/whoisonline.php +++ b/whoisonline.php @@ -94,6 +94,17 @@ function hide_display_message () { $("#txt_area_invite").val(""); } } + +function show_icon_edit(element_html) { + ident="#edit_image"; + $(ident).show(); +} + +function hide_icon_edit(element_html) { + ident="#edit_image"; + $(ident).hide(); +} + '; if ($_GET['chatid'] != '') {