source:
admin/js/_comment.js
@
2860:9905df885b65
Revision 2860:9905df885b65, 286 bytes checked in by Nicolas <nikrou77@…>, 11 years ago (diff) |
---|
Line | |
---|---|
1 | $(function() { |
2 | if ($.isFunction(jsToolBar)) { |
3 | var tbComment = new jsToolBar(document.getElementById('comment_content')); |
4 | tbComment.draw('xhtml'); |
5 | } |
6 | |
7 | $('#comment-form input[name="delete"]').click(function() { |
8 | return window.confirm(dotclear.msg.confirm_delete_comment); |
9 | }); |
10 | }); |
Note: See TracBrowser
for help on using the repository browser.