X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fcommons.js;h=e3e904c884096900aafef8d2afd570e627ca050b;hb=a3283507f41a75746f3aa99d948b125b711717b0;hp=f564eea0e3c63240143d437dd55057677e3001c8;hpb=a58e47ce3952a1a8bc9d8f42740769fc8cd9d762;p=brisk.git 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()