1
0
mirror of synced 2025-02-09 16:49:24 +03:00

relax formatSearching check. #434

This commit is contained in:
Igor Vaynberg 2012-09-21 08:19:31 -07:00
parent e28ea42846
commit fccc84cd11

View File

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