File: /home/u547966/brikov.ru/www/wp-content/plugins/wp-media-folder/assets/js/single-file.js
tinymce.PluginManager.add('wpmf_mce', function (editor) {
editor.on('init', function () {
editor.on('mousedown mouseup click touchend', function (event) {
jQuery('.mce-ico.mce-i-dashicon.dashicons-no').on('click', function () {
if (event.target.nodeName != "IMG" && jQuery(event.target).hasClass('wpmf_mce-single-child')) {
editor.dom.remove(jQuery(event.target).closest('.wpmf_mce-wrap'));
} else {
return false;
}
});
});
});
});