First commit
This commit is contained in:
9
cms/plugins/tinymce/cms_image_list.js
Normal file
9
cms/plugins/tinymce/cms_image_list.js
Normal file
@ -0,0 +1,9 @@
|
||||
var tinyMCEImageList;
|
||||
|
||||
if(window.opener){
|
||||
|
||||
tinyMCEImageList = window.opener.myImageList;
|
||||
}
|
||||
else{
|
||||
tinyMCEImageList = window.parent.myImageList;
|
||||
}
|
Reference in New Issue
Block a user