Revision 1056:b67f949a98f8,
294 bytes
checked in by JcDenis, 13 years ago
(diff) |
- Twig know loaded in dcCore
- Admin context now loaded in admin prepend and avavailable under $_ctx
- Copy admin theme features in default-templates
- New URL argument to serve theme file as ?tf=my_theme_file
|
Line | |
---|
1 | $(function() { |
---|
2 | if (!document.getElementById) { return; } |
---|
3 | |
---|
4 | var tbComment = new jsToolBar(document.getElementById('comment_content')); |
---|
5 | tbComment.draw('xhtml'); |
---|
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.