1
0
mirror of synced 2024-11-23 13:36:01 +03:00
This commit is contained in:
Igor Vaynberg 2013-01-30 22:23:18 -08:00
parent c270d3e4a3
commit ee01ab79ad

View File

@ -1218,7 +1218,7 @@ the specific language governing permissions and limitations under the Apache Lic
} }
return; return;
} }
else if (opts.formatSearching()) { else if (opts.formatSearching() && initial===true) {
render("<li class='select2-searching'>" + opts.formatSearching() + "</li>"); render("<li class='select2-searching'>" + opts.formatSearching() + "</li>");
} }