Skip to content

Commit f9a9a49

Browse files
committed
Update filebrowser.js
1 parent 94c9189 commit f9a9a49

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

filebrowser.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1567,7 +1567,8 @@ sidebarTitle.addEventListener('click', (e) => {
15671567
} else { // show learn page
15681568

15691569
sidebar.classList.add('learn');
1570-
1570+
1571+
/*
15711572
// if there are no modified files
15721573
// and no pending promises
15731574
if (Object.values(modifiedFiles).length === 0
@@ -1581,6 +1582,7 @@ sidebarTitle.addEventListener('click', (e) => {
15811582
learnWrapper.classList.remove('logout-enabled');
15821583
15831584
}
1585+
*/
15841586

15851587
}
15861588

0 commit comments

Comments
 (0)