X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fcommons.js;h=c317957ff5a229ed1ebf420a29c29116e0bd9242;hb=29386faba01ac22d3d47e5f467412dc63b4e22cf;hp=463169decd6e330ab19a113ff672054b25646108;hpb=d484aecb2d4013bdae38437a7edea4877261d96b;p=brisk.git diff --git a/web/commons.js b/web/commons.js index 463169d..c317957 100644 --- a/web/commons.js +++ b/web/commons.js @@ -359,7 +359,7 @@ function chatt_checksend(obj,e) function act_chatt(value) { if (value.substring(0, 6) == "/info ") { - show_user_info(value.substring(6)); + info_show(value.substring(6)); } else { send_mesg("chatt|"+encodeURIComponent(value));