mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-29 15:14:31 +02:00
merge main
This commit is contained in:
commit
2cbe0d0ac9
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