Skip to content

Commit

Permalink
domain thing
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewMerrill committed May 9, 2019
1 parent c7d1f2e commit 97e4f48
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.js
Expand Up @@ -29,3 +29,6 @@ function updateHash() {
window.addEventListener('hashchange', updateHash, false);
updateHash();

try {
document.domain = 'mattmerr.com';
} catch (ignored) {}

0 comments on commit 97e4f48

Please sign in to comment.