From 306de7e6dc47d461670550f78c45ceac7306ffc1 Mon Sep 17 00:00:00 2001 From: Morgan Jones Date: Mon, 7 Oct 2013 18:29:43 -0500 Subject: [PATCH 1/5] Load different versions of Roboto web font Use Roboto for COMM font rather than Verdana --- main.js | 8 +++++--- style.css | 12 +++++++----- 2 files changed, 12 insertions(+), 8 deletions(-) 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 - + ''; + + '