Browse Source

In rule.html, switching to edit mode no longer collapses all sections

Nathan Schneider 5 years ago
parent
commit
f4d8ca28e5
1 changed files with 0 additions and 1 deletions
  1. 0 1
      _layouts/rule.html

+ 0 - 1
_layouts/rule.html

@@ -88,7 +88,6 @@ layout: default
       } else {
           editMode = true;
           //DO CHANGES VIA CLASSES
-          classDisplayAll("section","none");
           classDisplayAll("button","block");
           classDisplayAll("question","block");
           classDisplayAll("editable","block");