Skip to content

Commit

Permalink
chore: Added css class and id to main language switch
Browse files Browse the repository at this point in the history
Refs #602
  • Loading branch information
hovi committed Jun 28, 2021
1 parent 7e8fa7d commit 41f0b7a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ var google, django, gettext;

var MainSwitch = {
languages: [],
$select: $("<select>"),
$select: $("<select id='modeltranslation-main-switch' class='modeltranslation-switch'>"),

init: function (groupedTranslations, tabs) {
var self = this;
Expand Down

0 comments on commit 41f0b7a

Please sign in to comment.