diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-10-16 19:20:34 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-10-16 19:20:34 +0000 |
commit | 045074d4c51025a7c1561a9bf2e2a8b05441b23d (patch) | |
tree | bf64736c76784709788e4f6dc91acdbe9a01ddd2 /modules/user/user.js | |
parent | 60c5878351cc547dbfda260fefcf378491c958ec (diff) | |
download | brdo-045074d4c51025a7c1561a9bf2e2a8b05441b23d.tar.gz brdo-045074d4c51025a7c1561a9bf2e2a8b05441b23d.tar.bz2 |
- Patch #557272 by kkaefer, Rob Loach, quicksketch: added FAPI JavaScript States system.
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); |