changeset 1911 | 16af47588d41 |
parent 1892 | fb80d9c434e5 |
child 1956 | 9865daa96cd7 |
--- a/web/views/plots.py Mon May 25 12:18:17 2009 +0200 +++ b/web/views/plots.py Mon May 25 12:20:25 2009 +0200 @@ -87,7 +87,7 @@ lines: {show: true}, grid: {hoverable: true}, xaxis: {mode: %(mode)s}}); -jQuery('#%(figid)s').bind('plothover', onPlotHover); +jQuery("#%(figid)s").bind("plothover", onPlotHover); ''' def __init__(self, labels, plots, timemode=False):