X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Fcomponents%2FContactForm.vue;h=45b7c011c4b39dd2bee67abbcaed767b1c54fb7e;hb=dac395887d96e2d642b209c6db6aaacc3ffacb34;hp=734d7f19312f94f1d3dc3bdae585a18c8fac2248;hpb=dcd68c4108412f45b8ce119ae80ce8f6e296800b;p=vchess.git diff --git a/client/src/components/ContactForm.vue b/client/src/components/ContactForm.vue index 734d7f19..45b7c011 100644 --- a/client/src/components/ContactForm.vue +++ b/client/src/components/ContactForm.vue @@ -34,7 +34,7 @@ export default { }; }, methods: { - // Note: not using Vue here, but would be possible + // Note: not using Vue here, but would be possible trySendMessage: function() { let email = document.getElementById("userEmail"); let subject = document.getElementById("mailSubject"); @@ -65,7 +65,7 @@ export default { } ); }, - }, + }, };