diff --git a/main.js b/main.js index a651f80f..ff0fb77f 100644 --- a/main.js +++ b/main.js @@ -40,10 +40,10 @@ if(!d) { if(document.getElementById('header_email')) { // however, we are logged in. setTimeout('location.reload();', 3*1000); - throw('Page doesn’t have player data, but you are logged in. Reloading in 3s.'); + throw("Page doesn't have player data, but you are logged in. Reloading in 3s."); } // FIXME: handle nia takedown in progress - throw('Couldn’t retrieve player data. Are you logged in?'); + throw("Couldn't retrieve player data. Are you logged in?"); } @@ -63,7 +63,9 @@ document.getElementsByTagName('head')[0].innerHTML = '' + '' + '' //note: smartphone.css injection moved into code/smartphone.js - + ''; + + '