Remove original lines of code for submitted comment message

This commit is contained in:
Leilukin 2024-06-02 08:50:23 +08:00 committed by Helen Chong
parent 339ed98728
commit 0aab5671b4

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
};