fix(weblist): Fix "More" button not working (#24893)

This commit is contained in:
Corentin Flr 2024-02-19 06:47:46 +01:00 committed by GitHub
parent 609e0c12ff
commit 02051fcf77
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,
});