From 99ae63777e317183fa7fb5ac9fa0f35603dab337 Mon Sep 17 00:00:00 2001 From: Valera Rozuvan Date: Wed, 14 Aug 2013 11:51:15 +0300 Subject: [PATCH] Removed unnecessary tabindex = 0 from - they get it by default. --- .../xmodule/js/src/video/07_video_volume_control.js | 3 --- lms/templates/video.html | 10 +++++----- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js b/common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js index 785401aa65..90154d2079 100644 --- a/common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +++ b/common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js @@ -61,9 +61,6 @@ function () { slide: state.videoVolumeControl.onChange }); - // Make sure that we can focus the actual volume slider while Tabing. - state.videoVolumeControl.volumeSliderEl.find('a').attr('tabindex', '0'); - state.videoVolumeControl.el.toggleClass('muted', state.videoVolumeControl.currentVolume === 0); } diff --git a/lms/templates/video.html b/lms/templates/video.html index 90b3e5b25f..43f36915a0 100644 --- a/lms/templates/video.html +++ b/lms/templates/video.html @@ -39,25 +39,25 @@