mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
MINOR Documentation
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92610 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
9f4d0da80a
commit
ba05455d32
@ -216,10 +216,11 @@
|
|||||||
|
|
||||||
$('#TreeActions').concrete('ss', function($){return{
|
$('#TreeActions').concrete('ss', function($){return{
|
||||||
onmatch: function() {
|
onmatch: function() {
|
||||||
// setup "create", "search", "batch actions" layers above tree
|
// Setup "create", "search", "batch actions" layers above tree.
|
||||||
|
// All tab contents are closed by default.
|
||||||
this.tabs({
|
this.tabs({
|
||||||
selected: null,
|
collapsible: true,
|
||||||
collapsible: true
|
selected: null
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}});
|
}});
|
||||||
@ -235,7 +236,6 @@
|
|||||||
}
|
}
|
||||||
}});
|
}});
|
||||||
|
|
||||||
|
|
||||||
})(jQuery);
|
})(jQuery);
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user