From: Matteo Nastasi (mop) Date: Sun, 9 Aug 2009 09:05:10 +0000 (+0000) Subject: act_splash modified X-Git-Tag: 3.0.0~38 X-Git-Url: http://mop.ddnsfree.com/gitweb/?p=brisk.git;a=commitdiff_plain;h=a3283507f41a75746f3aa99d948b125b711717b0 act_splash modified --- diff --git a/web/commons.js b/web/commons.js index f564eea..e3e904c 100644 --- a/web/commons.js +++ b/web/commons.js @@ -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()