Seditio Source
Root |
./othercms/dotclear-2.22/admin/js/_comment.js
'use strict';$(()=>{if(typeof jsToolBar==='function'){const tbComment=new jsToolBar(document.getElementById('comment_content'));tbComment.draw('xhtml');}
$('#comment-form input[name="delete"]').on('click',()=>window.confirm(dotclear.msg.confirm_delete_comment));});