aboutsummaryrefslogtreecommitdiffstats
path: root/js/fk.autocomplete.js
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-03-07 18:23:55 -0800
committerfriendica <info@friendica.com>2012-03-07 18:23:55 -0800
commit395a9530dcbca95b2f2c7dde9df21ee1981fa19f (patch)
tree916466abe6ad95f256bfc102a519513d50984fcc /js/fk.autocomplete.js
parent6525507a2f6a6b8f81e85a597cfa99f9f8c90279 (diff)
downloadvolse-hubzilla-395a9530dcbca95b2f2c7dde9df21ee1981fa19f.tar.gz
volse-hubzilla-395a9530dcbca95b2f2c7dde9df21ee1981fa19f.tar.bz2
volse-hubzilla-395a9530dcbca95b2f2c7dde9df21ee1981fa19f.zip
still getting parent relays on remote systems
Diffstat (limited to 'js/fk.autocomplete.js')
-rwxr-xr-xjs/fk.autocomplete.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/fk.autocomplete.js b/js/fk.autocomplete.js
index 509466bd9..69fe77e8c 100755
--- a/js/fk.autocomplete.js
+++ b/js/fk.autocomplete.js
@@ -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();