branch | stable |
changeset 5041 | ebdab53b0c45 |
parent 4721 | 8f63691ccb7f |
child 5377 | 84d14ddfae13 |
--- a/web/views/plots.py Fri Mar 26 13:45:21 2010 +0100 +++ b/web/views/plots.py Fri Mar 26 13:45:48 2010 +0100 @@ -115,8 +115,7 @@ {'plotdefs': '\n'.join(plotdefs), 'figid': figid, 'plotdata': ','.join(plotdata), - 'mode': self.timemode and "'time'" or 'null'}, - jsoncall=req.json_request) + 'mode': self.timemode and "'time'" or 'null'}) class PlotView(baseviews.AnyRsetView):