aboutsummaryrefslogtreecommitdiff
path: root/src/main.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.js')
-rw-r--r--src/main.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.js b/src/main.js
index a988f66c..48022c41 100644
--- a/src/main.js
+++ b/src/main.js
@@ -93,7 +93,9 @@ window.fetch('/api/statusnet/config.json')
store.dispatch('setOption', { name: 'server', value: server })
var apiConfig = data.site.pleromafe
+
window.fetch('/static/config.json')
+ .then((res) => res.json())
.then((data) => {
var staticConfig = data