소스 검색

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

More button fixed for webpages
version-14
Rushabh Mehta 9 년 전
committed by GitHub
부모
커밋
536cef8a1c
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) {


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