typo that prevented smartphone style from being loaded

This commit is contained in:
Stefan Breunig 2013-03-05 23:23:26 +01:00
parent 45bed379ec
commit 0d5275c385

View File

@ -67,7 +67,7 @@ document.getElementsByTagName('head')[0].innerHTML = ''
+ '<style>@@INCLUDESTRING:external/leaflet.css@@</style>'
// this navigator check is also used in code/smartphone.js
+ (navigator.userAgent.match(/Android.*Mobile/)
? + '<style>@@INCLUDESTRING:mobile/smartphone.css@@</style>'
? '<style>@@INCLUDESTRING:mobile/smartphone.css@@</style>'
: '')
+ '<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Coda"/>';