forked from organicmaps/organicmaps
Merge pull request #568 from deathbaba/faq-config-fix
Minor faq & configure script fixes.
This commit is contained in:
commit
6e3d00479b
2 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@ else
|
|||
#pragma once
|
||||
|
||||
#define ALOHALYTICS_URL ""
|
||||
#define FLURRY_KEY ""
|
||||
#define FLURRY_KEY "12345678901234567890"
|
||||
#define MY_TRACKER_KEY ""
|
||||
#define MY_TARGET_KEY ""
|
||||
#define PARSE_APPLICATION_ID ""
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<style type="text/css">
|
||||
|
||||
/* All langs are invisible by default */
|
||||
[lang = "en"], [lang = "ru"], [lang = "de"], [lang = "es"] {
|
||||
[lang] {
|
||||
display: none;
|
||||
}
|
||||
dt {
|
||||
|
|
Loading…
Add table
Reference in a new issue