Skip to content
Snippets Groups Projects
Commit 0bda30a3 authored by SaadYousaf's avatar SaadYousaf
Browse files

fix issue with transcript dropdown.

parent 49a1c749
No related branches found
Tags release-2021-02-11-09.41
No related merge requests found
......@@ -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]);
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment