Skip to content
This repository was archived by the owner on Feb 7, 2023. It is now read-only.

Commit 4be3382

Browse files
committed
making sure the view all annotations feature is off by default
1 parent 366f988 commit 4be3382

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/styleguide/js/annotations-viewer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ var annotationsViewer = {
1010

1111
// set-up default sections
1212
commentsActive: false,
13-
commentsViewAllActive: true,
13+
commentsViewAllActive: false,
1414
targetOrigin: (window.location.protocol === "file:") ? "*" : window.location.protocol+"//"+window.location.host,
1515
moveToOnInit: 0,
1616

0 commit comments

Comments
 (0)