mirror of https://gitee.com/karson/fastadmin.git
修改注释错别字
parent
35fbc6229c
commit
8537ab5677
|
|
@ -35,7 +35,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
||||||
// 为表格绑定事件
|
// 为表格绑定事件
|
||||||
Table.api.bindevent(table);
|
Table.api.bindevent(table);
|
||||||
|
|
||||||
// 清楚缓存
|
// 清除缓存
|
||||||
$(document).on("click", ".btn-clear-cache", function (e) {
|
$(document).on("click", ".btn-clear-cache", function (e) {
|
||||||
Backend.api.layer.confirm(__("Are you sure you want to clear cache?"), function () {
|
Backend.api.layer.confirm(__("Are you sure you want to clear cache?"), function () {
|
||||||
Backend.api.ajax({
|
Backend.api.ajax({
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue