typo that prevented smartphone style from being loaded
This commit is contained in:
parent
45bed379ec
commit
0d5275c385
2
main.js
2
main.js
@ -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"/>';
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user