X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=public%2Fjavascripts%2Fcomponents%2Fproblems.js;h=d9265a36fcecb7a4df65d24d88f18d7bcef6f6f8;hb=77fa6d1fe6306f1f9dcd3c363bba8965b602d237;hp=9117ebfc2e10de3b4235c0fa5152b31037d81886;hpb=d7f69b872a24a3b0a9dc780db3be215261a94de4;p=vchess.git diff --git a/public/javascripts/components/problems.js b/public/javascripts/components/problems.js index 9117ebfc..d9265a36 100644 --- a/public/javascripts/components/problems.js +++ b/public/javascripts/components/problems.js @@ -3,7 +3,7 @@ Vue.component('my-problems', { return { problems: problemArray, //initial value newProblem: { - fen: V.GenRandInitFen(), + fen: "", instructions: "", solution: "", stage: "nothing", //or "preview" after new problem is filled @@ -27,7 +27,8 @@ Vue.component('my-problems', {
- +

Safe HTML tags allowed