Ver código fonte

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

More button fixed for webpages
version-14
Rushabh Mehta 9 anos atrás
committed by GitHub
pai
commit
536cef8a1c
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      frappe/templates/includes/list/list.js

+ 1
- 1
frappe/templates/includes/list/list.js Ver arquivo

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


Carregando…
Cancelar
Salvar