mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-03 13:38:27 +00:00
get post fix
This commit is contained in:
@@ -8,7 +8,7 @@ erpnext.send_message = function(opts) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
$.ajax({
|
$.ajax({
|
||||||
method: "POST",
|
type: "POST",
|
||||||
url: "server.py",
|
url: "server.py",
|
||||||
data: {
|
data: {
|
||||||
cmd: "website.helpers.contact.send_message",
|
cmd: "website.helpers.contact.send_message",
|
||||||
|
|||||||
Reference in New Issue
Block a user