forked from 0x2620/oxjs
fix a bug related to disabling checkboxes
This commit is contained in:
parent
1eb93125e6
commit
a4cb6ee9ae
2 changed files with 9 additions and 4 deletions
|
|
@ -39,8 +39,9 @@ Ox.parseHTML = (function() {
|
|||
var defaultTags = [
|
||||
'a', 'b', 'blockquote', 'br', 'cite', 'code',
|
||||
'del', 'em', 'i', 'img', 'ins',
|
||||
'li', 'ol', 'p', 'q', 'rtl', 's',
|
||||
'strong', 'sub', 'sup', 'ul', '[]'
|
||||
'li', 'ol', 'p', 'q', 'rtl',
|
||||
's', 'strong', 'sub', 'sup',
|
||||
'table', 'tbody', 'td', 'th', 'tr', 'ul', '[]'
|
||||
],
|
||||
parse = {
|
||||
a: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue