We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83435df commit 7171cc3Copy full SHA for 7171cc3
desktop/js/events.js
@@ -1,6 +1,6 @@
1
// Gestion des médias
2
-let clickTimeout;
3
-let lastWasDoubleClick = false;
+var clickTimeout;
+var lastWasDoubleClick = false;
4
5
document.querySelectorAll('.snapshot-btn, .video-btn').forEach(function (button) {
6
button.addEventListener('click', function () {
0 commit comments