When selecting forums there was an added "span" html element.
This commit is contained in:
parent
9124d922e9
commit
8b5412068e
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ ACL.prototype.add_mention = function(id) {
|
||||||
that.element.val( searchText + that.element.val() );
|
that.element.val( searchText + that.element.val() );
|
||||||
} else {
|
} else {
|
||||||
if ( tinyMCE.activeEditor.getContent({format : 'raw'}).search(searchText) >= 0 ) return;
|
if ( tinyMCE.activeEditor.getContent({format : 'raw'}).search(searchText) >= 0 ) return;
|
||||||
tinyMCE.activeEditor.dom.add(tinyMCE.activeEditor.getBody(), 'span', {}, searchText);
|
tinyMCE.activeEditor.dom.add(tinyMCE.activeEditor.getBody(), 'dummy', {}, searchText);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue