From 8532ead9e53b6a53cdb4c96bf9e411fb16b28de9 Mon Sep 17 00:00:00 2001 From: Nishanth Date: Wed, 2 Mar 2016 11:21:10 +0100 Subject: [PATCH] Remove debugger trigger --- video-controlbar.html | 1 - 1 file changed, 1 deletion(-) diff --git a/video-controlbar.html b/video-controlbar.html index 0fcb2bc..07c74ff 100755 --- a/video-controlbar.html +++ b/video-controlbar.html @@ -370,7 +370,6 @@ } else { if (this.currentSubtitlesLanguage) { - //debugger; var obj = "[data-srclang=" + this.currentSubtitlesLanguage + "]"; (document.querySelector(obj).children[0]).style.color = 'rgba(255, 255, 255, 0.3)'; }