Skip to content

Commit

Permalink
Merge pull request #45 from hibbitts-design/docsify-this-v1
Browse files Browse the repository at this point in the history
Docsify this v1
  • Loading branch information
paulhibbitts authored Aug 30, 2024
2 parents 8bd9720 + 4074d3d commit 616683d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@

## [1.9.11] - XX/XX/2024

**Improved:**
* Updated ReadMe

**Bugfix:**
* Fix Web Page Builder button lable handling on smaller screens
* Removal of RunKit support due to unknown status of the platform
* Support file URL for 'Edit this Page' links when Sidebar is displayed with single pages

## [1.9.10] - 08/27/2024🏛️

Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@
// No filename is present and not a HedgeDoc instance, so assume default README.md file
gitlinkPageURL = gitlinkPageURL + "README.md";
}
if ((document.querySelector('#stylesidebar').checked || document.querySelector('#loadcustomnavbar').checked) && !(hedgedocInstances.includes(hostname))) {
if ((document.querySelector('#loadcustomsidebar').checked || document.querySelector('#loadcustomnavbar').checked) && !(hedgedocInstances.includes(hostname))) {
gitlinkPageURL = gitlinkPageURL.substring(0, gitlinkPageURL.lastIndexOf("/"));
}
var URLparms = URLparms + `&edit-link=` + gitlinkPageURL;
Expand Down

0 comments on commit 616683d

Please sign in to comment.