X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=public%2Fjavascripts%2Fcomponents%2Fproblems.js;h=cf2cd074cf7446220618576d69e4727440ef6f12;hb=4608eed94432356bd2df8c144d7d233913c6483c;hp=9a14c7090c4b6ec8be8505572be07b4207555703;hpb=e5dc87e0e8f2d53a910b2b42ed2a0a39ea6787aa;p=vchess.git diff --git a/public/javascripts/components/problems.js b/public/javascripts/components/problems.js index 9a14c709..cf2cd074 100644 --- a/public/javascripts/components/problems.js +++ b/public/javascripts/components/problems.js @@ -38,7 +38,7 @@ Vue.component('my-problems', { {{ curProb.instructions }}

- //TODO: use my-game in analyze mode ? +

@@ -129,6 +129,7 @@ Vue.component('my-problems', {

`, created: function() { + // TODO: adapt this, #problems:28 ? (for example) if (location.hash.length > 0) this.showProblem(location.hash.slice(1)); else