Update templates/index.html
Browse files- templates/index.html +1 -1
templates/index.html
CHANGED
@@ -243,7 +243,7 @@ volume_up
|
|
243 |
const div = document.getElementById('videoA');
|
244 |
div.innerHTML = "<img src='{{url_for('static',filename='./video/aa.gif')}}' class='home-video'/>"
|
245 |
};
|
246 |
-
$('#
|
247 |
if( $("#videoo").prop('muted') ) {
|
248 |
$("#videoo").prop('muted', false);
|
249 |
$(this).text('volume_mute');
|
|
|
243 |
const div = document.getElementById('videoA');
|
244 |
div.innerHTML = "<img src='{{url_for('static',filename='./video/aa.gif')}}' class='home-video'/>"
|
245 |
};
|
246 |
+
$('#volume').click({function(){
|
247 |
if( $("#videoo").prop('muted') ) {
|
248 |
$("#videoo").prop('muted', false);
|
249 |
$(this).text('volume_mute');
|