File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -399,10 +399,6 @@ <h2 class="controls-title">Duration</h2>
399399 var $youtube_mutedCheckbox = youTubeTab . querySelector (
400400 "#youtube_mutedCheckbox"
401401 ) ;
402- var $customConfig = document . getElementById ( "customConfig" ) ;
403- var $setConfigButton = document . getElementById ( "setConfigButton" ) ;
404- var $setYouTubeVideoIdButton = document . getElementById (
405- "setYouTubeVideoIdButton"
406402 var $youtube_durationStart = youTubeTab . querySelector (
407403 "#youtube_durationStart"
408404 ) ;
@@ -413,6 +409,10 @@ <h2 class="controls-title">Duration</h2>
413409 "#youtube_setDurationButton"
414410 ) ;
415411
412+ // config controls
413+ var $customConfig = document . getElementById ( "customConfig" ) ;
414+ var $setConfigButton = document . getElementById ( "setConfigButton" ) ;
415+
416416 var annotations = [ ] ;
417417 var urlAdapter ;
418418
You can’t perform that action at this time.
0 commit comments