Forgot to reset init functions as it should be

This commit is contained in:
Kylart 2017-05-11 12:10:27 +02:00
parent 71dd3d6a23
commit 068d0d48be
1 changed files with 3 additions and 3 deletions

View File

@ -166,9 +166,9 @@ const store = new Vuex.Store({
commit('init', data.config)
dispatch('downloaderInit').catch(err => { void (err) })
// dispatch('releasesInit').catch(err => { void (err) })
// dispatch('seasonsInit').catch(err => { void (err) })
// dispatch('newsInit').catch(err => { void (err) })
dispatch('releasesInit').catch(err => { void (err) })
dispatch('seasonsInit').catch(err => { void (err) })
dispatch('newsInit').catch(err => { void (err) })
dispatch('localInit').catch(err => { void (err) })
dispatch('listInit').catch(err => { void (err) })
dispatch('getHistory').catch(err => { void (err) })