Skip to content

Commit

Permalink
bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
girobusan committed Oct 31, 2022
1 parent 21c90e3 commit 26473ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/mdsite.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/index.ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ MMDS это CMS/просмотровщик/редактор markdown, работ
--------------------

| :wrench: | CMS.js | MDWiki | MMDS |
-----------------------
|-------|-----|-----|------|
| URL страниц | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark:|
| Встроенный редактор | :heavy_minus_sign: | :heavy_minus_sign: | :heavy_check_mark: |
| Требуется настройка сервера | :heavy_check_mark: | :heavy_minus_sign: | :heavy_minus_sign: |
Expand Down
2 changes: 1 addition & 1 deletion src/viewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ function startSite(){
//add menu
if(sidebarNode)
{
getContent(MDS.makePath("sidebar.md"))
getContent(MDS.makePath(MDS.settings.menuFile))
.then(r=>{sidebarNode.innerHTML=r.html})
.catch( e=>console.log( "no sidebar" ,e ))
}
Expand Down

0 comments on commit 26473ca

Please sign in to comment.