Dotclear

source: admin/js/_comment.js @ 3880:e6d1f6d9d7df

Revision 3880:e6d1f6d9d7df, 338 bytes checked in by franck <carnet.franck.paul@…>, 7 years ago (diff)

Use let and const rather than var (ES2015/ES6), use template string where is more efficient

Line 
1/*global $, dotclear, jsToolBar */
2'use strict';
3
4$(function() {
5     if ($.isFunction(jsToolBar)) {
6          const tbComment = new jsToolBar(document.getElementById('comment_content'));
7          tbComment.draw('xhtml');
8     }
9
10     $('#comment-form input[name="delete"]').click(function() {
11          return window.confirm(dotclear.msg.confirm_delete_comment);
12     });
13});
Note: See TracBrowser for help on using the repository browser.

Sites map