From 25d9c40423705ae5767aa431ea55226fb491bf26 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 6 Oct 2010 13:09:11 +0000 Subject: - Patch #930934 by swentel: field ui JS $.debug function leftover. --- modules/field_ui/field_ui.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'modules') diff --git a/modules/field_ui/field_ui.js b/modules/field_ui/field_ui.js index fda06d34d..660e34004 100644 --- a/modules/field_ui/field_ui.js +++ b/modules/field_ui/field_ui.js @@ -203,7 +203,7 @@ Drupal.fieldUIOverview = { }, /** - * Triigers AJAX refresh of selected rows. + * Triggers AJAX refresh of selected rows. * * The 'format type' selects can trigger a series of changes in child rows. * The #ajax behavior is therefore not attached directly to the selects, but @@ -297,7 +297,6 @@ Drupal.fieldUIDisplayOverview.field.prototype = { * Drupal.displayOverview.AJAXRefreshRows(). */ regionChange: function (region) { - $.debug(this.region + ' --> ' + region, this.name); // When triggered by a row drag, the 'format' select needs to be adjusted // to the new region. -- cgit v1.2.3