修改注释错别字

pull/329932/MERGE^2
gaoyi 2017-06-24 17:35:21 +08:00
parent 35fbc6229c
commit 8537ab5677
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
// 为表格绑定事件
Table.api.bindevent(table);
// 清缓存
// 清缓存
$(document).on("click", ".btn-clear-cache", function (e) {
Backend.api.layer.confirm(__("Are you sure you want to clear cache?"), function () {
Backend.api.ajax({