--- a/ckanext/ga_report/templates/ga_report/site/index.html +++ b/ckanext/ga_report/templates/ga_report/site/index.html @@ -7,10 +7,12 @@ Site usage + + - - + + @@ -36,41 +38,45 @@
-

Site Usage

- ${usage_nav('Site-wide')} +

Site Usage ${usage_nav('Site-wide')}

+
-
+
+
+ + ${month_selector(c.month, c.months, c.day)} +
@@ -158,6 +164,7 @@ + @@ -167,12 +174,6 @@ CKAN.GA_Reports.bind_sparklines(); CKAN.GA_Reports.bind_sidebar(); CKAN.GA_Reports.bind_month_selector(); - if (!window.location.hash) { - window.location.hash='totals'; - } - else { - $(window).trigger('hashchange'); - } });
Name