mirror of
https://github.com/aljazceru/pear-docs.git
synced 2025-12-17 14:34:19 +01:00
rm stray comment
This commit is contained in:
@@ -87,7 +87,6 @@ customElements.define('docs-viewer', class extends HTMLElement {
|
||||
}
|
||||
|
||||
async #load () {
|
||||
console.log('loading', this.page)
|
||||
this.panel.querySelector('slot').innerHTML = marked.parse(await (await fetch(this.page)).text(), {headerIds: false, mangle: false})
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user