diff options
| author | Nigel Osborne <kiwi3685@me.com> | 2011-05-06 22:11:17 +0000 |
|---|---|---|
| committer | Nigel Osborne <kiwi3685@me.com> | 2011-05-06 22:11:17 +0000 |
| commit | 9691ab206f80707dd5c030b296b4084d94146a16 (patch) | |
| tree | 1e73dda6e98983e9a020fc490f6e0cad05612386 /individual.php | |
| parent | 6865f1e5a4f052674f05d71db313034a95a7b187 (diff) | |
| download | webtrees-9691ab206f80707dd5c030b296b4084d94146a16.tar.gz webtrees-9691ab206f80707dd5c030b296b4084d94146a16.tar.bz2 webtrees-9691ab206f80707dd5c030b296b4084d94146a16.zip | |
Make sidebar default to "open", to counter claims that users will not see the open option using narrow sidebar control.
Diffstat (limited to 'individual.php')
| -rw-r--r-- | individual.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/individual.php b/individual.php index a7c151b000..3c70d3a98a 100644 --- a/individual.php +++ b/individual.php @@ -129,7 +129,7 @@ jQuery(document).ready(function(){ ; // Load preference if ( jQuery.cookie('sidebar-pref') == null ){ - objMain.removeClass('use-sidebar'); + objMain.addClass('use-sidebar'); objSeparator.css('height', objTabs.outerHeight() + 'px'); } else { objSeparator.css('height', objBar.outerHeight() + 'px'); |
