From 045074d4c51025a7c1561a9bf2e2a8b05441b23d Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 16 Oct 2009 19:20:34 +0000 Subject: - Patch #557272 by kkaefer, Rob Loach, quicksketch: added FAPI JavaScript States system. --- modules/user/user.js | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'modules/user/user.js') 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); -- cgit v1.2.3