summaryrefslogtreecommitdiff
path: root/individual.php
diff options
context:
space:
mode:
Diffstat (limited to 'individual.php')
-rw-r--r--individual.php2
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');