1
0
mirror of synced 2025-02-04 06:09:23 +03:00

Merge pull request #434 from hzy-/master

formatSearching can be disabled
This commit is contained in:
Igor Vaynberg 2012-09-21 08:18:14 -07:00
commit e28ea42846

View File

@ -1226,7 +1226,7 @@
}
return;
}
else {
else if (opts.formatSearching() != null) {
render("<li class='select2-searching'>" + opts.formatSearching() + "</li>");
}