Skip to content

Commit 8acc589

Browse files
committed
minor
1 parent 16932d6 commit 8acc589

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

2-ui/3-event-details/4-mouse-drag-and-drop/ball.view/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<body style="height: 200px">
99

10-
<p>Drag the ball.</p>
10+
<p>Перетащите мяч.</p>
1111

1212
<img src="https://js.cx/clipart/ball.svg" style="cursor:pointer" width="40" height="40" id="ball">
1313

2-ui/3-event-details/4-mouse-drag-and-drop/ball2.view/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<body style="height: 200px">
99

10-
<p>Drag the ball.</p>
10+
<p>Перетащите мяч.</p>
1111

1212
<img src="https://js.cx/clipart/ball.svg" style="cursor:pointer" width="40" height="40" id="ball">
1313

2-ui/3-event-details/4-mouse-drag-and-drop/ball3.view/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<body style="height: 200px">
99

10-
<p>Drag the ball.</p>
10+
<p>Перетащите мяч.</p>
1111

1212
<img src="https://js.cx/clipart/ball.svg" style="cursor:pointer" width="40" height="40" id="ball">
1313

2-ui/3-event-details/4-mouse-drag-and-drop/ball4.view/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<body>
1010

11-
<p>Drag the ball.</p>
11+
<p>Перетащите мяч.</p>
1212

1313
<img src="https://en.js.cx/clipart/soccer-gate.svg" id="gate" class="droppable">
1414

0 commit comments

Comments
 (0)