Browse Source

More button fixed for webpages

version-14
Kanchan Chauhan 9 years ago
parent
commit
98aea29979
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      frappe/templates/includes/list/list.js

+ 1
- 1
frappe/templates/includes/list/list.js 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) {


Loading…
Cancel
Save