summaryrefslogtreecommitdiff
path: root/modules/profile/profile.js
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-03-13 23:15:09 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-03-13 23:15:09 +0000
commitb77475baf5eee88f7ca08adaf53c7c5eda6aca58 (patch)
tree4a1bf4029dc06956ceaa9c7373dbabb85e4dc3d0 /modules/profile/profile.js
parent35794257c39c915f15c23b968cd9edd166a12696 (diff)
downloadbrdo-b77475baf5eee88f7ca08adaf53c7c5eda6aca58.tar.gz
brdo-b77475baf5eee88f7ca08adaf53c7c5eda6aca58.tar.bz2
#360081 by quicksketch: Stop using global variables for JavaScript settings.
Diffstat (limited to 'modules/profile/profile.js')
-rw-r--r--modules/profile/profile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/profile/profile.js b/modules/profile/profile.js
index 7668e0ac5..f1d53378b 100644
--- a/modules/profile/profile.js
+++ b/modules/profile/profile.js
@@ -9,7 +9,7 @@
* a warning message when removing the last field from a profile category.
*/
Drupal.behaviors.profileDrag = {
- attach: function(context) {
+ attach: function(context, settings) {
var table = $('#profile-fields');
var tableDrag = Drupal.tableDrag['profile-fields']; // Get the profile tableDrag object.