Merge pull request #24793 from edx/saad/PROD-2052
[PROD-2052] - Fix issue with transcript dropdown.
This commit is contained in:
@@ -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]);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user