Skip to content

Commit

Permalink
make commonui 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 26fe2e4 commit a9bcccd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions public/hft/0.x.x/scripts/commonui.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit a9bcccd

Please sign in to comment.