summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/part.settings.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/part.settings.php b/templates/part.settings.php
index c4b006809..2ca2f3532 100644
--- a/templates/part.settings.php
+++ b/templates/part.settings.php
@@ -27,11 +27,10 @@
</label>
</p>
- <p ng-class="{disabled: !Settings.getSetting('compact')}">
+ <p ng-show="Settings.getSetting('compact')">
<label>
<input type="checkbox"
ng-click="Settings.toggleSetting('compactExpand')"
- ng-show="Settings.getSetting('compact')"
ng-checked="Settings.getSetting('compactExpand')"
name="compactExpand">
<?php p($l->t('Expand articles on key navigation')); ?>