瀏覽代碼

More button fixed for webpages

version-14
Kanchan Chauhan 9 年之前
父節點
當前提交
98aea29979
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      frappe/templates/includes/list/list.js

+ 1
- 1
frappe/templates/includes/list/list.js 查看文件

@@ -15,7 +15,7 @@ frappe.ready(function() {


btn.prop("disabled", true); btn.prop("disabled", true);
return $.ajax({ return $.ajax({
url:"/api/method/frappe.templates.pages.list.get",
url:"/api/method/frappe.www.list.get",
data: data, data: data,
statusCode: { statusCode: {
200: function(data) { 200: function(data) {


Loading…
取消
儲存