Skip to content
This repository has been archived by the owner on Apr 4, 2018. It is now read-only.

Commit

Permalink
redirect blank to /
Browse files Browse the repository at this point in the history
  • Loading branch information
psd committed Sep 18, 2012
1 parent ddca690 commit a6485d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/index.html
Expand Up @@ -291,7 +291,7 @@ <h1>
}

if (url ==='blank' || url === '/blank') {
return;
url = "/";
}

if (!url) {
Expand Down

0 comments on commit a6485d7

Please sign in to comment.