Skip to content
This repository has been archived by the owner on Feb 6, 2020. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
iamcco committed Aug 29, 2016
1 parent a93123c commit 450305e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autoload/server/static/scripts/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@
};

renderer.listitem = function(text) {
text = fixAllImg(text);
var checked = '<input type="checkbox" class="task-list-item" checked disabled>',
unChecked = '<input type="checkbox" class="task-list-item" disabled>',
reg = /^\[\s*[xX]\s*\]/,
Expand Down

0 comments on commit 450305e

Please sign in to comment.