mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
chore: add hint for code folding
This commit is contained in:
parent
d96be044c7
commit
7ec690cada
1 changed files with 1 additions and 0 deletions
|
|
@ -87,6 +87,7 @@ function init() {
|
|||
if (!end) return
|
||||
|
||||
const toggleElement = document.createElement('div')
|
||||
toggleElement.setAttribute('title', 'Code Folding by Gitako')
|
||||
toggleElement.setAttribute('role', 'button')
|
||||
toggleElement.classList.add(theCSSClassForToggleElement)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue