mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-04 12:49:10 +00:00
fix in website pages - should be of _type POST
This commit is contained in:
@@ -38,7 +38,8 @@ $(document).ready(function() {
|
||||
cmd: "website.helpers.blog.add_comment",
|
||||
comment_doctype: "Blog",
|
||||
comment_docname: "{{ name }}",
|
||||
page_name: "{{ page_name }}"
|
||||
page_name: "{{ page_name }}",
|
||||
_type: "POST"
|
||||
}
|
||||
|
||||
$("#comment-form .alert").toggle(false);
|
||||
|
||||
Reference in New Issue
Block a user