Rohit001 commited on
Commit
85ce303
·
1 Parent(s): 7d2dffb

Update templates/index.html

Browse files
Files changed (1) hide show
  1. 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
- $('#audio-control').click({function(){
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');