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);