Modify guestbook message submission alert
This commit is contained in:
parent
db77ab85ff
commit
a8045a9189
|
@ -191,7 +191,7 @@ registerNamespace("GW.Controls", function (ns)
|
||||||
this.emailInpt.value = contentObj.email;
|
this.emailInpt.value = contentObj.email;
|
||||||
this.websiteInpt.value = contentObj.website;
|
this.websiteInpt.value = contentObj.website;
|
||||||
|
|
||||||
alert("Your message has been submitted!");
|
alert("Your comment has been submitted!");
|
||||||
};
|
};
|
||||||
//#endregion
|
//#endregion
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue