mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-22 12:49:55 +09:00
8 lines
180 B
JavaScript
8 lines
180 B
JavaScript
function insertImage(obj) {
|
|
if(typeof(opener)=='undefined') return;
|
|
|
|
opener.editorInsertEmoticon(obj);
|
|
opener.editorFocus(opener.editorPrevSrl);
|
|
|
|
window.close();
|
|
}
|