mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-08 21:54:26 +02:00
Resolves #1171 locale change bug
This commit is contained in:
parent
a44c33ab22
commit
cdbf77fe43
1 changed files with 1 additions and 5 deletions
|
@ -62,11 +62,7 @@ var init = function() {
|
|||
wait: true
|
||||
});
|
||||
|
||||
LocaleStore.subscribe(function() {
|
||||
if (LocaleStore.getLocale() !== LocaleStore.getDefaultLocale()) {
|
||||
intlRefresh();
|
||||
}
|
||||
});
|
||||
LocaleStore.subscribe(intlRefresh);
|
||||
events.on('vcsModeChange', vcsModeRefresh);
|
||||
|
||||
initRootEvents(eventBaton);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue