]>
BookStack Code Mirror - bookstack/blobdiff - resources/js/components/custom-checkbox.js
projects
/
bookstack
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Comments: Added HTML filter on load, tinymce elem filtering
[bookstack]
/
resources
/
js
/
components
/
custom-checkbox.js
diff --git
a/resources/js/components/custom-checkbox.js
b/resources/js/components/custom-checkbox.js
index 99804c4bcea010165ad4298f405860e904b9689d..a5f1d5664247c9763a520cbec034b20fc7ca666e 100644
(file)
--- a/
resources/js/components/custom-checkbox.js
+++ b/
resources/js/components/custom-checkbox.js
@@
-1,4
+1,4
@@
-import {Component} from
"./component"
;
+import {Component} from
'./component'
;
export class CustomCheckbox extends Component {
@@
-30,4
+30,4
@@
export class CustomCheckbox extends Component {
this.display.setAttribute('aria-checked', checked);
}
-}
\ No newline at end of file
+}