From a9bcccdc869d7ee7bccee012ec40024cdf8e55de Mon Sep 17 00:00:00 2001 From: Gregg Tavares Date: Mon, 1 Jun 2015 15:31:03 +0900 Subject: [PATCH] make commonui show ...restarting... when restarting --- public/hft/0.x.x/scripts/commonui.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/hft/0.x.x/scripts/commonui.js b/public/hft/0.x.x/scripts/commonui.js index 256fbae0..d65252a2 100644 --- a/public/hft/0.x.x/scripts/commonui.js +++ b/public/hft/0.x.x/scripts/commonui.js @@ -296,6 +296,10 @@ define([ title: "HappyFunTimes", msg: "Touch To Restart", }, function() { + dialog.modal({ + title: "HappyFunTimes", + msg: "...restarting...", + }); var redirCookie = new Cookie("redir"); var url = redirCookie.get() || "http://happyfuntimes.net"; console.log("goto: " + url);