Browse Source

[cleanup] contact

version-14
Rushabh Mehta 9 years ago
parent
commit
ef176d8926
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      frappe/website/js/website.js

+ 1
- 1
frappe/website/js/website.js View File

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


Loading…
Cancel
Save