fix(weblist): Fix "More" button not working (#24893)
This commit is contained in:
parent
609e0c12ff
commit
02051fcf77
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ frappe.ready(function() {
|
|||
var btn = $(this);
|
||||
var data = $.extend(frappe.utils.get_query_params(), {
|
||||
doctype: "{{ doctype }}",
|
||||
txt: "{{ txt|e or '' }}",
|
||||
txt: "{{ (txt or '')|e }}",
|
||||
limit_start: next_start,
|
||||
pathname: location.pathname,
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue