fix: Language preferences change enhancement.

[CRI-229](https://openedx.atlassian.net/browse/CRI-229)
On "/account/settings" page, try to change the language. Language is
changed only after additional action click, page reload, etc.

Current fix change that behavior in a way that new language preferences
take place just after the new language is chosen.
This commit is contained in:
Igor Degtiarov
2021-04-01 12:58:00 +03:00
parent 29fe817e57
commit 13c9cf6fd4

View File

@@ -401,7 +401,7 @@
events: {
click: 'startEditing',
'focusout select': 'finishEditing'
'change select': 'finishEditing'
},
initialize: function(options) {