diff options
Diffstat (limited to 'modules/taxonomy/taxonomy.js')
-rw-r--r-- | modules/taxonomy/taxonomy.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/taxonomy/taxonomy.js b/modules/taxonomy/taxonomy.js index bbf1f5c47..2ea68eb08 100644 --- a/modules/taxonomy/taxonomy.js +++ b/modules/taxonomy/taxonomy.js @@ -1,4 +1,5 @@ // $Id$ +(function($) { /** * Move a block in the blocks table from one region to another via select list. @@ -36,3 +37,5 @@ Drupal.behaviors.termDrag = { }; } }; + +})(jQuery); |