remove tc-videoHost class inject: noop

This commit is contained in:
Ilya Grigorik
2015-06-01 23:07:47 -07:00
parent 170a5f5761
commit 209cee8079
2 changed files with 0 additions and 5 deletions

View File

@@ -89,7 +89,6 @@ chrome.extension.sendMessage({}, function(response) {
fragment.appendChild(container);
this.video.parentElement.insertBefore(fragment, this.video);
this.video.classList.add('tc-videoHost');
var speed = parseFloat(tc.settings.speed).toFixed(2);
speedIndicator.textContent = speed;