From 6509e1f0cbd966ed218626908b69796ded418fb6 Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Sat, 20 Jan 2007 13:00:08 +0000 Subject: [PATCH] aggiunto metodo act_help --- web/commons.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/web/commons.js b/web/commons.js index 33bb8eb..5079a8b 100644 --- a/web/commons.js +++ b/web/commons.js @@ -204,6 +204,11 @@ function act_tableinfo() send_mesg("tableinfo"); } +function act_help() +{ + send_mesg("help"); +} + function safelogout() { var res; @@ -451,6 +456,7 @@ function notify(st, ancestor, text, tout, butt) var t = this; this.st = st; + this.ancestor = ancestor; this.st.st_loc_new++; -- 2.17.1