From: Matteo Nastasi (mop) Date: Sun, 4 May 2008 15:29:47 +0000 (+0000) Subject: tickbutd: act_tav func added X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=commitdiff_plain;ds=inline;h=17234a57ceca9160055fbe42fe578a270fd0e111;p=brisk.git tickbutd: act_tav func added --- diff --git a/web/commons.js b/web/commons.js index 3b79ddc..00298d4 100644 --- a/web/commons.js +++ b/web/commons.js @@ -302,6 +302,12 @@ function act_help() send_mesg("help"); } +function act_tav() +{ + act_chatt('/tav '+$('txt_in').value); + $('txt_in').value = ''; +} + function act_about() { send_mesg("about");