From 2872360fdd34291a061beb8e1dbdecea468b4f71 Mon Sep 17 00:00:00 2001 From: Gregg Tavares Date: Mon, 1 Jun 2015 15:25:50 +0900 Subject: [PATCH] make showgames show ...restarting.. when restarting --- public/scripts/showgames.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/scripts/showgames.js b/public/scripts/showgames.js index 74dd5d65..5073167d 100644 --- a/public/scripts/showgames.js +++ b/public/scripts/showgames.js @@ -106,6 +106,10 @@ requirejs( 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);