Skip to content
Snippets Groups Projects
Commit fb8569af authored by Michael Leuschel's avatar Michael Leuschel
Browse files

fix typo

parent b6ddb038
Branches
No related tags found
No related merge requests found
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
"repeat": [1,2,3,4,5,6,7,8,9], "repeat": [1,2,3,4,5,6,7,8,9],
"id": "board_%0_%1", "id": "board_%0_%1",
"attr": "class", "attr": "class",
"value" : "IF curx=%0 & cury=%1 THEN \"selected\" ELSIF %1:dom(PuzzleBoard(%0)) THEN \"fixed\" ELSIF %0|->%1:conflict_pos(curx,cury) THEN IF %1:dom(Board(%0)) & BOARD(%0)(%1)=BOARD(curx)(cury) THEN \"wrong\" ELSE \"hover\" END ELSE \"normal\" END"
}, },
{ {
"for": {"from":1, "to":9}, "for": {"from":1, "to":9},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment