diff options
Diffstat (limited to 'modules/user/user.js')
-rw-r--r-- | modules/user/user.js | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/modules/user/user.js b/modules/user/user.js index 52279db67..c555c4d6f 100644 --- a/modules/user/user.js +++ b/modules/user/user.js @@ -176,16 +176,4 @@ Drupal.evaluatePasswordStrength = function (password, translate) { }; -/** - * Show all of the picture-related form elements at admin/config/people/accounts - * depending on whether user pictures are enabled or not. - */ -Drupal.behaviors.userSettings = { - attach: function (context, settings) { - $('#edit-user-pictures', context).change(function () { - $('div.user-admin-picture-settings', context).toggle(); - }); - } -}; - })(jQuery); |