Removed unnecessary tabindex = 0 from <a /> - they get it by default.

This commit is contained in:
Valera Rozuvan
2013-08-14 11:51:15 +03:00
parent 3b326c3072
commit 99ae63777e
2 changed files with 5 additions and 8 deletions

View File

@@ -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);
}