]> mop.ddnsfree.com - git repositories - brisk.git/commitdiff
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 f564eea0e3c63240143d437dd55057677e3001c8..e3e904c884096900aafef8d2afd570e627ca050b 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()