BUGFIX: change namespace for the tree so all matchers are executed

.cms-tree.multiple matcher would not execute, because .cms-tree from
another file is overriding it (and the element is marked as resolved by
entwine). We need to move it to a separate namespace.
This commit is contained in:
Mateusz Uzdowski 2012-05-18 12:07:40 +12:00
parent 37399f88db
commit 6e436b54f4
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
* File: LeftAndMain.BatchActions.js * File: LeftAndMain.BatchActions.js
*/ */
(function($) { (function($) {
$.entwine('ss', function($){ $.entwine('ss.tree', function($){
/** /**
* Class: #Form_BatchActionsForm * Class: #Form_BatchActionsForm

View File

@ -4,7 +4,7 @@
(function($) { (function($) {
$.entwine('ss', function($){ $.entwine('ss.tree', function($){
$('.cms-tree').entwine({ $('.cms-tree').entwine({