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