Skip to content

Commit c83fb6f

Browse files
authored
Improve merge.
1 parent b1af7a3 commit c83fb6f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)