diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-04-18 05:12:33 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-04-18 05:12:33 +0000 |
commit | 54427bc6b43481201aa45b6caf2cef868fe296e4 (patch) | |
tree | c9b14f8d23eea59a885df80c0d506955174f8f81 | |
parent | Merging upstream version 1.14.0~rc0. (diff) | |
download | netdata-54427bc6b43481201aa45b6caf2cef868fe296e4.tar.xz netdata-54427bc6b43481201aa45b6caf2cef868fe296e4.zip |
Refreshing remove-googleanalytics.patch.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/patches/debian/0009-remove-googleanalytics.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/patches/debian/0009-remove-googleanalytics.patch b/debian/patches/debian/0009-remove-googleanalytics.patch index aa95aaa92..eb90e5ca6 100644 --- a/debian/patches/debian/0009-remove-googleanalytics.patch +++ b/debian/patches/debian/0009-remove-googleanalytics.patch @@ -72,10 +72,10 @@ diff -Naurp netdata.orig/web/gui/infographic.html netdata/web/gui/infographic.ht diff -Naurp netdata.orig/web/gui/main.js netdata/web/gui/main.js --- netdata.orig/web/gui/main.js +++ netdata/web/gui/main.js -@@ -4354,25 +4354,6 @@ function finalizePage() { - $('#welcomeModal').modal(); - }, 1000); - } +@@ -4368,25 +4368,6 @@ function finalizePage() { + if (isdemo()) { + // do not to give errors on netdata demo servers for 60 seconds + NETDATA.options.current.retries_on_data_failures = 60; - - // google analytics when this is used for the home page of the demo sites - // this does not run on user's installations |