mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-01 08:35:32 +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
|
wait: true
|
||||||
});
|
});
|
||||||
|
|
||||||
LocaleStore.subscribe(function() {
|
LocaleStore.subscribe(intlRefresh);
|
||||||
if (LocaleStore.getLocale() !== LocaleStore.getDefaultLocale()) {
|
|
||||||
intlRefresh();
|
|
||||||
}
|
|
||||||
});
|
|
||||||
events.on('vcsModeChange', vcsModeRefresh);
|
events.on('vcsModeChange', vcsModeRefresh);
|
||||||
|
|
||||||
initRootEvents(eventBaton);
|
initRootEvents(eventBaton);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue