From 3f42f8bf671a44cb6662dda98a16454526dd43ba Mon Sep 17 00:00:00 2001 From: Jesse Bickel Date: Fri, 4 Dec 2015 13:03:10 -0600 Subject: [PATCH] Only load 3rd party JavaScript when config.enableThirdPartyRequests is true. --- config.js | 1 + index.html | 17 +++++++++++++++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/config.js b/config.js index 90bbd6410..1bb3d1563 100644 --- a/config.js +++ b/config.js @@ -69,4 +69,5 @@ var config = { /*noticeMessage: 'Service update is scheduled for 16th March 2015. ' + 'During that time service will not be available. ' + 'Apologise for inconvenience.'*/ + enableThirdPartyRequests: true }; diff --git a/index.html b/index.html index 93681fc6d..facee3d0e 100644 --- a/index.html +++ b/index.html @@ -11,11 +11,9 @@ - - @@ -224,5 +222,20 @@ +