Keep correct lang attribute when display settings closed

Bug: 54594
Change-Id: I15b12e17b5a922cce6717577bc0d56dfd80ccfee
This commit is contained in:
Santhosh Thottingal
2013-09-25 15:14:09 +05:30
committed by Amire80
parent fb56c5f12c
commit 2d8522d1ba

View File

@@ -620,6 +620,8 @@
// Restore content and UI language
this.uiLanguage = this.getUILanguage();
this.contentLanguage = this.getContentLanguage();
this.$template.attr( 'lang', this.uiLanguage );
this.close();
}
};