]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
missed a closing curly
authorEvan Prodromou <evan@prodromou.name>
Mon, 8 Sep 2008 21:16:56 +0000 (17:16 -0400)
committerEvan Prodromou <evan@prodromou.name>
Mon, 8 Sep 2008 21:16:56 +0000 (17:16 -0400)
darcs-hash:20080908211656-84dde-d903b28745503166b8d94b0d86836860b6b0fbbe.gz

js/util.js

index fb4b5abfae66e0a6729e3aa61ee267fabb44a528..d7e799eb722eabcce53ca272a95de371b3f876fa 100644 (file)
@@ -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);