(value)
| 1028 | } |
| 1029 | |
| 1030 | function setBoardRotation(value) { |
| 1031 | settings.boardRotation = value * 5; |
| 1032 | writeStorage("boardRotation", settings.boardRotation); |
| 1033 | document.getElementById("rotationDegree").textContent = settings.boardRotation; |
| 1034 | resizeAll(); |
| 1035 | } |
| 1036 | |
| 1037 | function setOffsetBackRotation(value) { |
| 1038 | settings.offsetBackRotation = value; |
no test coverage detected