[cleanup] contact

This commit is contained in:
Rushabh Mehta 2016-07-07 15:21:17 +05:30
parent 495138e52f
commit ef176d8926

View file

@ -187,7 +187,7 @@ $.extend(frappe, {
send_message: function(opts, btn) {
return frappe.call({
type: "POST",
method: "frappe.templates.www.contact.send_message",
method: "frappe.www.contact.send_message",
btn: btn,
args: opts,
callback: opts.callback