mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-21 02:57:54 +08:00
同步OpenAuth.Core最新代码
This commit is contained in:
@@ -385,6 +385,10 @@ layui.define(['laypage', 'form'], function (exports) {
|
||||
IconPicker.prototype.checkIcon = function (filter, iconName){
|
||||
var p = $('*[lay-filter='+ filter +']').next().find('.layui-iconpicker-item .layui-icon'),
|
||||
c = iconName;
|
||||
|
||||
if(c == undefined){
|
||||
return;
|
||||
}
|
||||
|
||||
if (c.indexOf('#xe') > 0){
|
||||
p.html(c);
|
||||
|
Reference in New Issue
Block a user