1
0
mirror of synced 2024-11-22 21:16:10 +03:00

Revert "add title for choice item"

This reverts commit 79228ce1e0.
This commit is contained in:
Igor Vaynberg 2013-06-03 09:55:52 -07:00
parent a4a3eedd51
commit d08d9ff18c

View File

@ -2712,7 +2712,7 @@ the specific language governing permissions and limitations under the Apache Lic
formatted=this.opts.formatSelection(data, choice.find("div"));
if (formatted != undefined) {
choice.find("div").replaceWith("<div title='"+this.opts.escapeMarkup(formatted)+"'>"+this.opts.escapeMarkup(formatted)+"</div>");
choice.find("div").replaceWith("<div>"+this.opts.escapeMarkup(formatted)+"</div>");
}
cssClass=this.opts.formatSelectionCssClass(data, choice.find("div"));
if (cssClass != undefined) {