# HG changeset patch # User Brian Neal # Date 1245717717 0 # Node ID 9bfe07c26c78e90539e117496d0b254ff9e04ec8 # Parent 146ded23d05cb0d219e54812a3d3f55f8aa901dc Fix a trailing comma in the auto-complete widget's generated javascript. diff -r 146ded23d05c -r 9bfe07c26c78 gpp/core/widgets.py --- a/gpp/core/widgets.py Tue Jun 23 00:24:09 2009 +0000 +++ b/gpp/core/widgets.py Tue Jun 23 00:41:57 2009 +0000 @@ -28,9 +28,7 @@ scroll: true, scrollHeight: 300, matchContains: true, - autoFill: true, + autoFill: true }); ''' % (name, url)) - -# vim: ts=4 sw=4