From 98aea2997913ace11adeacf776876c4a1b3f246d Mon Sep 17 00:00:00 2001 From: Kanchan Chauhan Date: Sun, 17 Jul 2016 16:56:38 +0530 Subject: [PATCH] More button fixed for webpages --- frappe/templates/includes/list/list.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/templates/includes/list/list.js b/frappe/templates/includes/list/list.js index f9758e43bf..b42ab4d7aa 100644 --- a/frappe/templates/includes/list/list.js +++ b/frappe/templates/includes/list/list.js @@ -15,7 +15,7 @@ frappe.ready(function() { btn.prop("disabled", true); return $.ajax({ - url:"/api/method/frappe.templates.pages.list.get", + url:"/api/method/frappe.www.list.get", data: data, statusCode: { 200: function(data) {