--- node_form.js.orig	2008-11-06 11:20:48.000000000 +0100
+++ node_form.js	2009-04-15 20:28:30.312500000 +0200
@@ -6,7 +6,7 @@
  * otherwise, hide them.
  */
 Drupal.behaviors.signupShowNodeSettings = function () {
-  $('div.signup-allow-radios input[@type=radio]').click(function () {
+  $('div.signup-allow-radios input[type=radio]').click(function () {
     $('div.signup-node-settings')[['hide', 'show', 'hide'][this.value]]();
   });
 };
