diff options
| author | Hakaba Hitoyo <hakabahitoyo@yahoo.co.jp> | 2018-02-10 01:25:51 +0000 |
|---|---|---|
| committer | Hakaba Hitoyo <hakabahitoyo@yahoo.co.jp> | 2018-02-10 01:25:51 +0000 |
| commit | fe1044dfdfd565b0af7eed8e1f1b6ca02ca25e6a (patch) | |
| tree | 45f4f3bc3b4fc2895a4f383f9f66b61f18634750 /src/main.js | |
| parent | ebd8300e36be1af75a093264e77a9ba317a605cd (diff) | |
Update main.js
Diffstat (limited to 'src/main.js')
| -rw-r--r-- | src/main.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.js b/src/main.js index ca968539..6f8c00f0 100644 --- a/src/main.js +++ b/src/main.js @@ -88,7 +88,7 @@ window.fetch('/api/statusnet/config.json') window.fetch('/static/config.json') .then((res) => res.json()) .then((data) => { - const {theme, background, logo} = data + const {theme, background, logo, showInstanceSpecificPanel} = data store.dispatch('setOption', { name: 'theme', value: theme }) store.dispatch('setOption', { name: 'background', value: background }) store.dispatch('setOption', { name: 'logo', value: logo }) |
