Simplify navigation
[vchess.git] / public / javascripts / components / problems.js
index 5307704..cf2cd07 100644 (file)
@@ -129,6 +129,7 @@ Vue.component('my-problems', {
                </div>
        `,
        created: function() {
+               // TODO: adapt this, #problems:28 ? (for example)
                if (location.hash.length > 0)
                        this.showProblem(location.hash.slice(1));
                else