mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
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:
parent
37399f88db
commit
6e436b54f4
@ -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
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
(function($) {
|
(function($) {
|
||||||
|
|
||||||
$.entwine('ss', function($){
|
$.entwine('ss.tree', function($){
|
||||||
|
|
||||||
$('.cms-tree').entwine({
|
$('.cms-tree').entwine({
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user