From: Matteo Nastasi (mop) Date: Sat, 20 Jan 2007 13:00:08 +0000 (+0000) Subject: aggiunto metodo act_help X-Git-Tag: 3.0.0~354 X-Git-Url: http://mop.ddnsfree.com/gitweb/?p=brisk.git;a=commitdiff_plain;h=6509e1f0cbd966ed218626908b69796ded418fb6 aggiunto metodo act_help --- 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++;