aboutsummaryrefslogtreecommitdiffstats
path: root/src/js/ui.js
diff options
context:
space:
mode:
authorSam Potts <sam@potts.es>2018-06-11 16:19:11 +1000
committerSam Potts <sam@potts.es>2018-06-11 16:19:11 +1000
commit38f10d4cc67b3109189699f7e65189a852064236 (patch)
tree9c92b8d230b46bb6ab72fe23d25005f95ad05bde /src/js/ui.js
parent7c6d4666e99f1604c28c57bec12f16bd0fb7e79c (diff)
downloadplyr-38f10d4cc67b3109189699f7e65189a852064236.tar.lz
plyr-38f10d4cc67b3109189699f7e65189a852064236.tar.xz
plyr-38f10d4cc67b3109189699f7e65189a852064236.zip
WIP
Diffstat (limited to 'src/js/ui.js')
-rw-r--r--src/js/ui.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/js/ui.js b/src/js/ui.js
index e90a1492..979d8341 100644
--- a/src/js/ui.js
+++ b/src/js/ui.js
@@ -127,9 +127,6 @@ const ui = {
// If there's a media title set, use that for the label
if (utils.is.string(this.config.title) && !utils.is.empty(this.config.title)) {
label += `, ${this.config.title}`;
-
- // Set container label
- this.elements.container.setAttribute('aria-label', this.config.title);
}
// If there's a play button, set label