From 58693e9d2607d1689f9f231df2eda8f441448fa8 Mon Sep 17 00:00:00 2001 From: Sean Hammond Date: Thu, 18 Oct 2012 19:52:24 +0200 Subject: [PATCH] Remove a broken reference to googleanalytics_footer() googleanalytics_footer() was removed by a previous commit --- ckanext/googleanalytics/plugin.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ckanext/googleanalytics/plugin.py b/ckanext/googleanalytics/plugin.py index 98db0cb..70aa623 100644 --- a/ckanext/googleanalytics/plugin.py +++ b/ckanext/googleanalytics/plugin.py @@ -154,9 +154,7 @@ class GoogleAnalyticsPlugin(p.SingletonPlugin): See ITemplateHelpers. ''' - return {'googleanalytics_header': self.googleanalytics_header, - 'googleanalytics_footer': self.googleanalytics_footer - } + return {'googleanalytics_header': self.googleanalytics_header} def googleanalytics_header(self): '''Render the googleanalytics_header snippet for CKAN 2.0 templates.