Commit 350b3f4
authored
Fixed error in task's source code
Original source is giving a error while numbering a pictures:
```
Uncaught ReferenceError: carousel is not defined
at (index):34
```
There is no 'carousel' dom node in source. This node exists only in the solution code.1 parent 25bb7c4 commit 350b3f4
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
0 commit comments