aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/main.js b/src/main.js
index 8681e960..a988f66c 100644
--- a/src/main.js
+++ b/src/main.js
@@ -91,11 +91,7 @@ window.fetch('/api/statusnet/config.json')
store.dispatch('setOption', { name: 'registrationOpen', value: (registrationClosed === '0') })
store.dispatch('setOption', { name: 'textlimit', value: parseInt(textlimit) })
store.dispatch('setOption', { name: 'server', value: server })
- })
-window.fetch('/api/statusnet/config.json')
- .then((res) => res.json())
- .then((data) => {
var apiConfig = data.site.pleromafe
window.fetch('/static/config.json')
.then((data) => {