5
This commit is contained in:
@@ -7522,7 +7522,7 @@ define(['jquery', 'bootstrap', 'layer','template'], function ($, undefined, Laye
|
||||
Layer.close(index);
|
||||
});
|
||||
l.find("input.js-icon-search").on('keyup', function () {
|
||||
l.find.show();
|
||||
l.find("#chooseicon ul li").show();
|
||||
if ($(this).val() != '') {
|
||||
l.find("#chooseicon ul").find("li:not([data-font*='" + $(this).val() + "'])").hide();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user