소스 검색

More button fixed for webpages

version-14
Kanchan Chauhan 9 년 전
부모
커밋
98aea29979
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);
return $.ajax({
url:"/api/method/frappe.templates.pages.list.get",
url:"/api/method/frappe.www.list.get",
data: data,
statusCode: {
200: function(data) {


불러오는 중...
취소
저장