X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2Fsrc%2Fcomponents%2FLanguage.vue;h=c701e590ac5666d151e2d64d8c34a56cbc458907;hp=ac4faa796b19de9ff43af28169f8b1fe144747d3;hb=41c80bb63b85b2696d3925c10784c3d7bb5d2aa3;hpb=dcd68c4108412f45b8ce119ae80ce8f6e296800b diff --git a/client/src/components/Language.vue b/client/src/components/Language.vue index ac4faa79..c701e590 100644 --- a/client/src/components/Language.vue +++ b/client/src/components/Language.vue @@ -29,7 +29,7 @@ export default { }; }, mounted: function() { - // TODO: better style would be in pug directly, but how? + // NOTE: better style would be in pug directly, but how? document.querySelectorAll("#langSelect > option").forEach(opt => { if (opt.value == this.st.lang) opt.selected = true;