+9
-8
appview/pages/markup/markdown.go
+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",