浏览代码

Merge pull request #1874 from KanchanChauhan/more-button-fixed

More button fixed for webpages
version-14
Rushabh Mehta 9 年前
committed by GitHub
父节点
当前提交
536cef8a1c
共有 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) {


正在加载...
取消
保存