From d08d9ff18caec1e9619d4b4d5ba9ea57d0fc80f8 Mon Sep 17 00:00:00 2001 From: Igor Vaynberg Date: Mon, 3 Jun 2013 09:55:52 -0700 Subject: [PATCH] Revert "add title for choice item" This reverts commit 79228ce1e0064816ccfa5e915c1767e864674bad. --- select2.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/select2.js b/select2.js index 68b16a15..6b741858 100644 --- a/select2.js +++ b/select2.js @@ -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("
"+this.opts.escapeMarkup(formatted)+"
"); + choice.find("div").replaceWith("
"+this.opts.escapeMarkup(formatted)+"
"); } cssClass=this.opts.formatSelectionCssClass(data, choice.find("div")); if (cssClass != undefined) {