From a95232c46ac8a9696799de2a6d218002d98ce261 Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Sun, 13 Sep 2020 11:52:48 +0100 Subject: [PATCH] [Stats] Removed DrawQSLChart as it was throwing an error due to not being used --- application/views/statistics/index.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/application/views/statistics/index.php b/application/views/statistics/index.php index ba4009fd..a1a79a94 100644 --- a/application/views/statistics/index.php +++ b/application/views/statistics/index.php @@ -8,8 +8,6 @@ google.setOnLoadCallback(drawModeChart); google.setOnLoadCallback(drawBandChart); google.setOnLoadCallback(drawSatChart); - google.setOnLoadCallback(drawQSLChart); - // Callback that creates and populates a data table, // instantiates the pie chart, passes in the data and