Revision 2566:9bf417837888,
293 bytes
checked in by franck <carnet.franck.paul@…>, 12 years ago
(diff) |
Add some people in CREDITS, remove trailing spaces and tabs.
|
Rev | Line | |
---|
[0] | 1 | $(function() { |
---|
| 2 | if (!document.getElementById) { return; } |
---|
[2566] | 3 | |
---|
[0] | 4 | var tbComment = new jsToolBar(document.getElementById('comment_content')); |
---|
| 5 | tbComment.draw('xhtml'); |
---|
[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.