Skip to content

Commit 8483159

Browse files
committed
No need to set contentSeparator variable
setVisibility.contentSeparator is already set.
1 parent a16d2a2 commit 8483159

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

common/content/statusline.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ const StatusLine = Module("statusline", {
148148
var toggle_off = function () {
149149
bb.style.height = '0px';
150150
bb.style.overflow = 'hidden';
151-
sv.contentSeparator = highlight.get('ContentSeparator').value;
152151
highlight.set('ContentSeparator', 'display: none;');
153152
};
154153

0 commit comments

Comments
 (0)