diff options
| author | kaniini <nenolod@gmail.com> | 2018-09-09 11:56:34 +0000 |
|---|---|---|
| committer | kaniini <nenolod@gmail.com> | 2018-09-09 11:56:34 +0000 |
| commit | 369fd648f6dfee51f7fec269e5f5cb530f2ca3d6 (patch) | |
| tree | 6152e9cd2442a975e8485fa1f390e1f1226b5b0a /src | |
| parent | eb93034a4090bc101adb79776726ae3bf69bb3d1 (diff) | |
| parent | dbf24e1fbf3dde87e89ff0cee94323a23df72067 (diff) | |
Merge branch 'remove-outdated-settings' into 'develop'
Remove outdated settings
See merge request pleroma/pleroma-fe!335
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.js | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/main.js b/src/main.js index 58f520db..959df91f 100644 --- a/src/main.js +++ b/src/main.js @@ -114,9 +114,6 @@ window.fetch('/api/statusnet/config.json') var redirectRootNoLogin = (config.redirectRootNoLogin) var redirectRootLogin = (config.redirectRootLogin) var chatDisabled = (config.chatDisabled) - var showWhoToFollowPanel = (config.showWhoToFollowPanel) - var whoToFollowProvider = (config.whoToFollowProvider) - var whoToFollowLink = (config.whoToFollowLink) var showInstanceSpecificPanel = (config.showInstanceSpecificPanel) var scopeOptionsEnabled = (config.scopeOptionsEnabled) var formattingOptionsEnabled = (config.formattingOptionsEnabled) @@ -127,9 +124,6 @@ window.fetch('/api/statusnet/config.json') store.dispatch('setOption', { name: 'logo', value: logo }) store.dispatch('setOption', { name: 'logoMask', value: logoMask }) store.dispatch('setOption', { name: 'logoMargin', value: logoMargin }) - store.dispatch('setOption', { name: 'showWhoToFollowPanel', value: showWhoToFollowPanel }) - store.dispatch('setOption', { name: 'whoToFollowProvider', value: whoToFollowProvider }) - store.dispatch('setOption', { name: 'whoToFollowLink', value: whoToFollowLink }) store.dispatch('setOption', { name: 'showInstanceSpecificPanel', value: showInstanceSpecificPanel }) store.dispatch('setOption', { name: 'scopeOptionsEnabled', value: scopeOptionsEnabled }) store.dispatch('setOption', { name: 'formattingOptionsEnabled', value: formattingOptionsEnabled }) |
