From 7f4eb5eda6dcbe58400ab9c9ae75e76d651c3f72 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sat, 29 Dec 2012 14:42:15 +0100 Subject: The HTML month date picker has been removed from the /history page. --- source/pyAggr3g470r.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/pyAggr3g470r.py b/source/pyAggr3g470r.py index acf64137..ddf3d5c0 100755 --- a/source/pyAggr3g470r.py +++ b/source/pyAggr3g470r.py @@ -489,8 +489,6 @@ class pyAggr3g470r(object): if "month" not in query: html += '
' + \ utils.tag_cloud([(elem, timeline[elem]) for elem in timeline.keys()], query_string) + '
' - html += '

Search with a month+year picker

\n' - html += '
\n\t\n\t\n
' html += '
' html += htmlfooter return html -- cgit