Skip to content
Snippets Groups Projects
Commit 0691af13 authored by hakabahitoyo's avatar hakabahitoyo
Browse files

debug

parent 2ade177d
Branches
No related tags found
No related merge requests found
......@@ -69,7 +69,7 @@ function getWhoToFollow (panel) {
panel.name2 = 'Loading...'
panel.name3 = 'Loading...'
var host = window.location.hostname
var whoToFollowProvider = this.$store.state.config.whoToFollowProvider
var whoToFollowProvider = panel.$store.state.config.whoToFollowProvider
var url
url = whoToFollowProvider.replace(/{{host}}/g, encodeURIComponent(host))
url = url.replace(/{{user}}/g, encodeURIComponent(user))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment