Keep correct lang attribute when display settings closed
Bug: 54594 Change-Id: I15b12e17b5a922cce6717577bc0d56dfd80ccfee
This commit is contained in:
committed by
Amire80
parent
fb56c5f12c
commit
2d8522d1ba
@@ -620,6 +620,8 @@
|
|||||||
// Restore content and UI language
|
// Restore content and UI language
|
||||||
this.uiLanguage = this.getUILanguage();
|
this.uiLanguage = this.getUILanguage();
|
||||||
this.contentLanguage = this.getContentLanguage();
|
this.contentLanguage = this.getContentLanguage();
|
||||||
|
this.$template.attr( 'lang', this.uiLanguage );
|
||||||
|
|
||||||
this.close();
|
this.close();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user