act_splash modified
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Sun, 9 Aug 2009 09:05:10 +0000 (09:05 +0000)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Sun, 9 Aug 2009 09:05:10 +0000 (09:05 +0000)
web/commons.js

index f564eea..e3e904c 100644 (file)
@@ -332,9 +332,9 @@ function act_wakeup()
     send_mesg("wakeup");
 }
 
-function act_splash(date)
+function act_splash()
 {
-    send_mesg("splash|"+date);
+    send_mesg("splash");
 }
 
 function act_help()