Skip to content

Commit c0ce5ca

Browse files
committed
Merge pull request #402 from demokritos/dev
No need to set contentSeparator variable
2 parents a16d2a2 + 8483159 commit c0ce5ca

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)