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:
Ingo Schommer 2009-11-21 02:36:28 +00:00
parent 9f4d0da80a
commit ba05455d32

View File

@ -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);