Merge pull request #1874 from KanchanChauhan/more-button-fixed
More button fixed for webpages
This commit is contained in:
commit
536cef8a1c
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue