aggiunto metodo act_help
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Sat, 20 Jan 2007 13:00:08 +0000 (13:00 +0000)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Sat, 20 Jan 2007 13:00:08 +0000 (13:00 +0000)
web/commons.js

index 33bb8eb..5079a8b 100644 (file)
@@ -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++;