still getting parent relays on remote systems

This commit is contained in:
friendica 2012-03-07 18:23:55 -08:00
parent 6525507a2f
commit 395a9530dc
3 changed files with 4 additions and 3 deletions

View file

@ -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();