Skip to content

Commit c7a8210

Browse files
committed
...
1 parent 35b9e9b commit c7a8210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ function addVideo() {
191191
}
192192

193193
function removeVideo(element) {
194-
var index = $(".tableButton").index(element) + 1;
194+
var index = $(".tableButton").index(element);
195195
if (index == videoIteration) {
196196
if (videoIteration + 1 <= videoCounter) {
197197
forwardVideo();

0 commit comments

Comments
 (0)