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

More button fixed for webpages
This commit is contained in:
Rushabh Mehta 2016-07-18 10:03:24 +05:30 committed by GitHub
commit 536cef8a1c

View file

@ -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) {