mirror of https://github.com/mindoc-org/mindoc.git
1. 打开项目时,左侧目录应按创建文档时的实际选择默认展开或收起
parent
d3993a2f08
commit
2862cb78c0
|
@ -315,7 +315,7 @@ $(function () {
|
|||
});
|
||||
|
||||
window.menuControl = true;
|
||||
window.menuSetting = "open" ;
|
||||
// window.menuSetting = "open" ;
|
||||
if (menuSetting == 'open' || menuSetting == 'first') {
|
||||
$('#handlerMenuShow').find('span').text('{{i18n .Lang "doc.fold"}}');
|
||||
$('#handlerMenuShow').find('i').attr("class","fa fa-angle-down");
|
||||
|
|
Loading…
Reference in New Issue