From 17234a57ceca9160055fbe42fe578a270fd0e111 Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Sun, 4 May 2008 15:29:47 +0000 Subject: [PATCH] tickbutd: act_tav func added --- web/commons.js | 6 ++++++ 1 file changed, 6 insertions(+) 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"); -- 2.17.1