From 50cd70f903ad524096fa0b02918bcfe0e2b54df9 Mon Sep 17 00:00:00 2001 From: Stefan Breunig Date: Sat, 23 Feb 2013 12:53:37 +0100 Subject: [PATCH] move smartphone css to subdir --- main.js | 2 +- smartphone.css => mobile/smartphone.css | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename smartphone.css => mobile/smartphone.css (100%) diff --git a/main.js b/main.js index cd96254d..6f0b6f16 100644 --- a/main.js +++ b/main.js @@ -54,7 +54,7 @@ for(var i = 0; i < d.length; i++) { var ir = window.internalResources || []; var mainstyle = 'http://breunigs.github.com/ingress-intel-total-conversion/style.css?@@BUILDDATE@@'; -var smartphone = 'http://breunigs.github.com/ingress-intel-total-conversion/smartphone.css?@@BUILDDATE@@'; +var smartphone = 'http://breunigs.github.com/ingress-intel-total-conversion/mobile/smartphone.css?@@BUILDDATE@@'; var leaflet = 'http://cdn.leafletjs.com/leaflet-0.5/leaflet.css'; var coda = 'http://fonts.googleapis.com/css?family=Coda'; diff --git a/smartphone.css b/mobile/smartphone.css similarity index 100% rename from smartphone.css rename to mobile/smartphone.css