X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fcommons.js;h=5079a8b9f0c9859b622966f34e26b3183db310ad;hb=6509e1f0cbd966ed218626908b69796ded418fb6;hp=33bb8eb066e48eb54ec1234f74d54ad0a26842fc;hpb=1a1f16006e9892945f76c19eb3f57e29bb5cc8f1;p=brisk.git 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++;