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