Merge pull request #24793 from edx/saad/PROD-2052

[PROD-2052] - Fix issue with transcript dropdown.
This commit is contained in:
Saad Yousaf
2020-08-18 16:43:22 +05:00
committed by GitHub

View File

@@ -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]);
});