Skip to content
Snippets Groups Projects
Commit fe1044df authored by Hakaba Hitoyo's avatar Hakaba Hitoyo
Browse files

Update main.js

parent ebd8300e
No related branches found
No related tags found
1 merge request!202add instance specific panel
......@@ -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 })
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment