still getting parent relays on remote systems
This commit is contained in:
@@ -103,6 +103,7 @@ ACPopup.prototype._search = function(){
|
||||
}
|
||||
else {
|
||||
txt = tinyMCE.activeEditor.getContent();
|
||||
// alert(that.searchText + ':' + t);
|
||||
newtxt = txt.replace(that.searchText,t+' ');
|
||||
tinyMCE.activeEditor.setContent(newtxt);
|
||||
tinyMCE.activeEditor.focus();
|
||||
|
Reference in New Issue
Block a user