From 709e6b2bdcbb376aa929a66bfcd0b29a5e0bbbf2 Mon Sep 17 00:00:00 2001 From: Alex Zolotarev Date: Tue, 17 Nov 2015 12:25:52 -0800 Subject: [PATCH 1/2] Fixed crash with empty Flurry key in OpenSource mode, mentioned in #559. --- configure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.sh b/configure.sh index b7c0501495..c1a202309e 100755 --- a/configure.sh +++ b/configure.sh @@ -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 "" From 89e469c7eb667a87c635399f375272b6fbc42905 Mon Sep 17 00:00:00 2001 From: Alex Zolotarev Date: Tue, 17 Nov 2015 12:26:34 -0800 Subject: [PATCH 2/2] Minor CSS optimization in FAQ. --- data/faq.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/faq.html b/data/faq.html index b4d3eb3fde..1ea0dc76ac 100644 --- a/data/faq.html +++ b/data/faq.html @@ -4,7 +4,7 @@