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