Skip to content

Commit

Permalink
make showgames show ...restarting.. when restarting
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Jun 1, 2015
1 parent 46c1b3e commit 2872360
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions public/scripts/showgames.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 2872360

Please sign in to comment.