summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-04-19 21:17:16 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-04-19 21:17:16 +0000
commit1f99fbb35658e63d691297ee8e923ddc202fd0e7 (patch)
tree5aabf8de1938fb69c06cf415990e827fb30aa948
parentcd6a08d843d159bb1df4d4fc463477c48b2e59de (diff)
downloadbrdo-1f99fbb35658e63d691297ee8e923ddc202fd0e7.tar.gz
brdo-1f99fbb35658e63d691297ee8e923ddc202fd0e7.tar.bz2
#752508 by TR: Fixed admin/people/permissions displays disabled checkboxes wrong.
-rw-r--r--modules/user/user.permissions.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/user/user.permissions.js b/modules/user/user.permissions.js
index d098da54d..c3b51903d 100644
--- a/modules/user/user.permissions.js
+++ b/modules/user/user.permissions.js
@@ -16,8 +16,8 @@ Drupal.behaviors.permissions = {
$(this).addClass('real-checkbox');
$('<input type="checkbox" class="dummy-checkbox" disabled="disabled" checked="checked" />')
.attr('title', Drupal.t("This permission is inherited from the authenticated user role."))
- .hide()
- .insertAfter(this);
+ .insertAfter(this)
+ .hide();
});
// Helper function toggles all dummy checkboxes based on the checkboxes'