mirror of https://gitee.com/karson/fastadmin.git
优化插件卸载
parent
5d3d667143
commit
5bf63c557b
|
|
@ -623,6 +623,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form', 'template', 'cookie']
|
|||
return false;
|
||||
}
|
||||
Template.helper("__", __);
|
||||
tables = [];
|
||||
Layer.confirm(Template("uninstalltpl", {addon: Config['addons'][name]}), {focusBtn: false, title: __("Warning")}, function (index, layero) {
|
||||
uninstall(name, false, $("input[name='droptables']", layero).prop("checked"));
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue