Skip to content

Commit a139d65

Browse files
committed
refactoring
1 parent 7fffd25 commit a139d65

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: js/script.js

+2
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,8 @@ function handleInvert() {
159159
// funzione per gestire lo stop button dell'autoplay
160160
function handleStopBtn() {
161161
clearInterval(interval);
162+
startClicked = false;
163+
invertClicked = false;
162164
}
163165

164166
// funzione che attiva thumb e item corrent

0 commit comments

Comments
 (0)