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

8 lines
178 B
JavaScript

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