Mercurial > public > sg101
comparison gpp/core/widgets.py @ 56:9bfe07c26c78
Fix a trailing comma in the auto-complete widget's generated javascript.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Tue, 23 Jun 2009 00:41:57 +0000 |
parents | f408971657b9 |
children | ab7830b067b3 |
comparison
equal
deleted
inserted
replaced
55:146ded23d05c | 56:9bfe07c26c78 |
---|---|
26 highlight: false, | 26 highlight: false, |
27 multiple: false, | 27 multiple: false, |
28 scroll: true, | 28 scroll: true, |
29 scrollHeight: 300, | 29 scrollHeight: 300, |
30 matchContains: true, | 30 matchContains: true, |
31 autoFill: true, | 31 autoFill: true |
32 }); | 32 }); |
33 </script>''' % (name, url)) | 33 </script>''' % (name, url)) |
34 | 34 |
35 | |
36 # vim: ts=4 sw=4 |