make emacs happier
authorAdrien Di Mascio <Adrien.DiMascio@logilab.fr>
Mon, 25 May 2009 12:20:25 +0200
changeset 1911 16af47588d41
parent 1910 864aa3ea0db5
child 1912 2b9432262240
make emacs happier
web/views/plots.py
--- 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):