From 0d5275c385129c28a6524c452d7265f089875263 Mon Sep 17 00:00:00 2001 From: Stefan Breunig Date: Tue, 5 Mar 2013 23:23:26 +0100 Subject: [PATCH] typo that prevented smartphone style from being loaded --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index 18c5c834..cfe5a743 100644 --- a/main.js +++ b/main.js @@ -67,7 +67,7 @@ document.getElementsByTagName('head')[0].innerHTML = '' + '' // this navigator check is also used in code/smartphone.js + (navigator.userAgent.match(/Android.*Mobile/) - ? + '' + ? '' : '') + '';