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

MultiSelect JavaScript error - no method 'showSearch'. fixes #1311

This commit is contained in:
Igor Vaynberg 2013-05-14 15:17:24 -07:00
parent de6d90c079
commit 06440a6bf8

View File

@ -1512,7 +1512,7 @@ the specific language governing permissions and limitations under the Apache Lic
} else {
render("");
}
if (initial) this.showSearch(true);
if (initial && this.showSearch) this.showSearch(true);
return;
}