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