Remove original lines of code for submitted comment message

This commit is contained in:
Helen Chong 2024-06-02 08:50:23 +08:00
parent 55131e8356
commit 73551d2c28
1 changed files with 0 additions and 2 deletions

View File

@ -222,8 +222,6 @@ registerNamespace("GW.Controls", function (ns)
this.dispNameInpt.value = contentObj.name;
this.emailInpt.value = contentObj.email;
this.websiteInpt.value = contentObj.website;
alert("Your comment has been submitted!");
};
//#endregion
};