Remove original lines of code for submitted comment message
This commit is contained in:
parent
55131e8356
commit
73551d2c28
|
@ -222,8 +222,6 @@ registerNamespace("GW.Controls", function (ns)
|
||||||
this.dispNameInpt.value = contentObj.name;
|
this.dispNameInpt.value = contentObj.name;
|
||||||
this.emailInpt.value = contentObj.email;
|
this.emailInpt.value = contentObj.email;
|
||||||
this.websiteInpt.value = contentObj.website;
|
this.websiteInpt.value = contentObj.website;
|
||||||
|
|
||||||
alert("Your comment has been submitted!");
|
|
||||||
};
|
};
|
||||||
//#endregion
|
//#endregion
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue