--- contemplate.js 2009-11-03 17:02:36.000000000 -0500 +++ contemplate.js.new 2009-11-03 17:02:59.000000000 -0500 @@ -31,7 +31,7 @@ if (Drupal.jsEnabled) { $(document).ready(function(){ - $("input[@id*=enable]") + $("input[id*=enable]") .click(Drupal.contemplate.toggle) }); }