浏览代码

Merge branch 'staging'

pull/2/head
mbauskar 7 年前
父节点
当前提交
c964da78b7
共有 1 个文件被更改,包括 9 次插入0 次删除
  1. +9
    -0
      payments/templates/includes/third_party_apps.js

+ 9
- 0
payments/templates/includes/third_party_apps.js 查看文件

@@ -0,0 +1,9 @@
frappe.ready(() => {
$(".btn-delete-app").on("click", function(event) {
frappe.call({
method:"frappe.www.third_party_apps.delete_client",
args: {"client_id": $(this).data("client_id"),
}
}).done(r => location.href="/third_party_apps");
});
});

正在加载...
取消
保存