--- user_relationships_ui.js.orig	2009-04-06 21:55:48.000000000 +0200
+++ user_relationships_ui.js	2009-04-17 10:23:14.500000000 +0200
@@ -104,7 +104,7 @@ Drupal.user_relationships_ui.formCheck =
   // insert the saving div now to cache it for better performance and to show the loading image
   $('<div id="user_relationships_popup_form_saving"><p class="user_relationships_popup_form_saving">' + Drupal.t('Saving...') + '</p></div>').insertAfter(forms);
   forms.click(function() {
-    $(this).siblings("input[@type=submit]").hide();
+    $(this).siblings("input[type=submit]").hide();
     $(this).hide();
     $("#user_relationships_popup_form_saving").show();
     var notice = function() {
