mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +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{
|
||||
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({
|
||||
selected: null,
|
||||
collapsible: true
|
||||
collapsible: true,
|
||||
selected: null
|
||||
});
|
||||
}
|
||||
}});
|
||||
@ -233,8 +234,7 @@
|
||||
GB_show('Edit Profile', this.attr('href'), 290, 500);
|
||||
return false;
|
||||
}
|
||||
}});
|
||||
|
||||
}});
|
||||
|
||||
})(jQuery);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user