Skip to content

Commit 445a684

Browse files
Update arabic.html
1 parent 3eab6d2 commit 445a684

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

arabic.html

+6
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,12 @@
132132
</div>
133133
</div>
134134
<script>
135+
window.onload = function() {
136+
var video = document.getElementById('introVideo');
137+
video.onended = function() {
138+
video.pause();
139+
};
140+
};
135141
document.getElementById("languageSelect").addEventListener("change", function () {
136142
const selectedValue = this.value;
137143
if (selectedValue === "en") {

0 commit comments

Comments
 (0)