mirror of
https://github.com/friendica/friendica
synced 2025-04-24 01:10:11 +00:00
still getting parent relays on remote systems
This commit is contained in:
parent
6525507a2f
commit
395a9530dc
3 changed files with 4 additions and 3 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue