From ba05455d3246227ba31507b01656f143885dc16c Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Sat, 21 Nov 2009 02:36:28 +0000 Subject: [PATCH] MINOR Documentation git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92610 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- javascript/LeftAndMain.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/javascript/LeftAndMain.js b/javascript/LeftAndMain.js index 5f9e5761..7604f6e4 100644 --- a/javascript/LeftAndMain.js +++ b/javascript/LeftAndMain.js @@ -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);