lol
This commit is contained in:
parent
6dd0c141bf
commit
81898ba588
1 changed files with 1 additions and 1 deletions
|
@ -2017,7 +2017,7 @@ const app = new Vue({
|
||||||
});
|
});
|
||||||
window.location.hash = `${kind}/${id}`
|
window.location.hash = `${kind}/${id}`
|
||||||
document.querySelector("#app-content").scrollTop = 0
|
document.querySelector("#app-content").scrollTop = 0
|
||||||
} else if (kind = "social-profiles") {
|
} else if (kind.toString().includes("social-profiles")) {
|
||||||
app.page = (kind) + "_" + (id);
|
app.page = (kind) + "_" + (id);
|
||||||
app.mk.api.v3.music(
|
app.mk.api.v3.music(
|
||||||
`/v1/social/${app.mk.storefrontId}/social-profiles/${id}`,
|
`/v1/social/${app.mk.storefrontId}/social-profiles/${id}`,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue