- Patch #930934 by swentel: field ui JS $.debug function leftover.

merge-requests/26/head
Dries Buytaert 2010-10-06 13:09:11 +00:00
parent 5144743ad3
commit 25d9c40423
1 changed files with 1 additions and 2 deletions

View File

@ -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.