forked from tangled.org/core
this repo has no description

(to-revert)appview: markup: work around the fact that [onload] is cringe

Changed files
+9 -8
appview
pages
markup
+9 -8
appview/pages/markup/markdown.go
··· 178 178 setTimeout(() => { this.innerText = 'Copy' }, 1500); 179 179 `, 180 180 }, 181 - { 182 - Key: "onload", 183 - Val: "this.removeAttribute('aria-hidden')", 184 - }, 185 - { 186 - Key: "aria-hidden", 187 - Val: "true", 188 - }, 181 + // FIXME: onload does not fire :/ 182 + // { 183 + // Key: "onload", 184 + // Val: "this.removeAttribute('aria-hidden')", 185 + // }, 186 + // { 187 + // Key: "aria-hidden", 188 + // Val: "true", 189 + // }, 189 190 { 190 191 Key: "title", 191 192 Val: "Copy to clipboard",