Skip to content

Commit

Permalink
Issue #3101635 by mrinalini9, TylerMarshall, Kristen Pol: Update comm…
Browse files Browse the repository at this point in the history
…ents in taxonomy.es6.js to reflect taxonomy and not blocks

(cherry picked from commit 5c2f38aaadd96a8753b6944324d68cb5f6591395)
  • Loading branch information
xjm committed May 11, 2020
1 parent 744e429 commit 8d40524
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/taxonomy/taxonomy.es6.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

(function($, Drupal) {
/**
* Move a block in the blocks table from one region to another.
* Reorder taxonomy terms.
*
* This behavior is dependent on the tableDrag behavior, since it uses the
* objects initialized in that behavior to update the row.
Expand All @@ -19,7 +19,7 @@
attach(context, settings) {
const backStep = settings.taxonomy.backStep;
const forwardStep = settings.taxonomy.forwardStep;
// Get the blocks tableDrag object.
// Get the taxonomy tableDrag object.
const tableDrag = Drupal.tableDrag.taxonomy;
const $table = $('#taxonomy');
const rows = $table.find('tr').length;
Expand Down

0 comments on commit 8d40524

Please sign in to comment.