mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-05 19:42:45 +00:00
[website] [contact] [fix] [minor]
This commit is contained in:
@@ -27,7 +27,7 @@ $(document).ready(function() {
|
||||
message: message,
|
||||
callback: function(r) {
|
||||
if(r.status==="okay") {
|
||||
msgprint(r.message or "Sent")
|
||||
msgprint(r.message || "Thank you for your message.")
|
||||
} else {
|
||||
msgprint("There were errors");
|
||||
console.log(r.exc);
|
||||
|
||||
Reference in New Issue
Block a user