diff --git a/cms/static/js/views/video/translations_editor.js b/cms/static/js/views/video/translations_editor.js index 9570cd3ad9..c9ee4e3af5 100644 --- a/cms/static/js/views/video/translations_editor.js +++ b/cms/static/js/views/video/translations_editor.js @@ -133,7 +133,7 @@ function($, _, HtmlUtils, TranscriptUtils, AbstractEditor, ViewUtils, FileUpload value: value, url: self.model.get('urlRoot') })); - HtmlUtils.append($html, dropdown.clone().val(newLang)); + HtmlUtils.prepend($html, HtmlUtils.HTML(dropdown.clone().val(newLang))); frag.appendChild($html[0]); });