Update koleso.html
Browse files- koleso.html +1 -1
koleso.html
CHANGED
@@ -126,7 +126,7 @@ function drawSector(sector, i) {
|
|
126 |
function rotate() {
|
127 |
const sector = sectors[getIndex()];
|
128 |
ctx.canvas.style.transform = `rotate(${ang - PI / 2}rad)`;
|
129 |
-
spinEl.textContent = !angVel ? '
|
130 |
spinEl.style.background = sector.color;
|
131 |
}
|
132 |
|
|
|
126 |
function rotate() {
|
127 |
const sector = sectors[getIndex()];
|
128 |
ctx.canvas.style.transform = `rotate(${ang - PI / 2}rad)`;
|
129 |
+
spinEl.textContent = !angVel ? '校写邪褔邪!' : sector.label;
|
130 |
spinEl.style.background = sector.color;
|
131 |
}
|
132 |
|