This commit is contained in:
hakabahitoyo 2018-05-05 00:43:18 +09:00
parent 2ade177d5a
commit 0691af1367

View file

@ -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))