diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-09-08 17:16:56 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-09-08 17:16:56 -0400 |
commit | 5e0efb467984cdeb84885514e265d56474c4afae (patch) | |
tree | 2b46d65fe75b3ed9e259ca856cfc96896adfd721 /js | |
parent | 04f87895ba704265e7ba2a89cb8664105d68512b (diff) |
missed a closing curly
darcs-hash:20080908211656-84dde-d903b28745503166b8d94b0d86836860b6b0fbbe.gz
Diffstat (limited to 'js')
-rw-r--r-- | js/util.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/util.js b/js/util.js index fb4b5abfa..d7e799eb7 100644 --- a/js/util.js +++ b/js/util.js @@ -56,7 +56,7 @@ $(document).ready(function(){ var options = {dataType: 'xml', success: function(xml) { // replace the form with what's returned - }; + }}; $("form.favor").ajaxForm(options); $("form.disfavor").ajaxForm(options); |