From a3283507f41a75746f3aa99d948b125b711717b0 Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Sun, 9 Aug 2009 09:05:10 +0000 Subject: [PATCH] act_splash modified --- web/commons.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() -- 2.17.1