X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=public%2Fjavascripts%2Fcomponents%2Fproblems.js;h=cf2cd074cf7446220618576d69e4727440ef6f12;hp=53077049d12dc61bd071fa2160e38c67c86cba08;hb=4608eed94432356bd2df8c144d7d233913c6483c;hpb=d44df0b01732d1948525daef5df62211ea6e1f64 diff --git a/public/javascripts/components/problems.js b/public/javascripts/components/problems.js index 53077049..cf2cd074 100644 --- a/public/javascripts/components/problems.js +++ b/public/javascripts/components/problems.js @@ -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