web/views/plots.py
changeset 3890 d7a270f50f54
parent 3720 5376aaadd16b
parent 3785 78909a156011
child 4045 f4a52abb6f4f
--- a/web/views/plots.py	Sun Nov 08 21:53:18 2009 +0100
+++ b/web/views/plots.py	Fri Nov 20 19:35:54 2009 +0100
@@ -118,7 +118,8 @@
                                     {'plotdefs': '\n'.join(plotdefs),
                                      'figid': figid,
                                      'plotdata': ','.join(plotdata),
-                                     'mode': self.timemode and "'time'" or 'null'})
+                                     'mode': self.timemode and "'time'" or 'null'},
+                                    jsoncall=req.form.get('jsoncall', False))
 
 
 class PlotView(baseviews.AnyRsetView):