--- community_tags.js.orig 2008-07-19 19:13:54.000000000 +0200 +++ community_tags.js 2009-04-17 10:22:38.937500000 +0200 @@ -30,7 +30,7 @@ Drupal.behaviors.communityTags = functio // Note: all tag fields are autocompleted, and have already been initialized at this point. $('input.form-tags', context).each(function () { // Hide submit buttons. - $('input[@type=submit]', this.form).hide(); + $('input[type=submit]', this.form).hide(); // Fetch settings. var o = Drupal.settings.communityTags;