Skip to content

Commit

Permalink
some update 2019-03-29 18:35
Browse files Browse the repository at this point in the history
  • Loading branch information
xCss committed Mar 29, 2019
1 parent 0e411e2 commit a0d23d1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/Valine.Pure.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/Valine.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ ValineFactory.prototype.bind = function (option) {
Utils.each(ns, (idx, n) => {
if (n.nodeType !== 1) return;
if (rejectNodes.indexOf(n.nodeName) > -1) {
console.log(n.nodeName)
// console.log(n.nodeName)
if (n.nodeName === 'INPUT' && Utils.attr(n, 'type') === 'checkbox') Utils.attr(n, 'disabled', 'disabled');
else Utils.remove(n);
}
Expand Down Expand Up @@ -772,7 +772,7 @@ ValineFactory.prototype.bind = function (option) {
'pid': rt.id,
'rmail': rt.get('mail'),
}
console.log(atData)
// console.log(atData)
Utils.attr(inputs['comment'], 'placeholder', at);
inputs['comment'].focus();
})
Expand Down

0 comments on commit a0d23d1

Please sign in to comment.