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