rhymix/modules/editor/components/html_editor/tpl/popup.js

8 lines
180 B
JavaScript

function insertImage(obj) {
if(typeof(opener)=='undefined') return;
opener.editorInsertEmoticon(obj);
opener.editorFocus(opener.editorPrevSrl);
window.close();
}