branch | stable |
changeset 3785 | 78909a156011 |
parent 3714 | 3cb7dcd9ae77 |
child 3890 | d7a270f50f54 |
child 4209 | 8712d699beb2 |
--- a/web/views/plots.py Thu Oct 22 11:07:05 2009 +0200 +++ b/web/views/plots.py Fri Oct 23 15:43:30 2009 +0200 @@ -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):