vrfs-1012: changed band profile url back from website to /profile

This commit is contained in:
Jonathan Kolyer 2014-02-04 02:52:52 -06:00
parent c3a51989fd
commit 5be1742d11
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@
players += context.JK.fillTemplate(pTemplate, playerVals);
}
var actionVals = {
profile_url: bb.website,
profile_url: "/#/profile/" + bb.id,
button_follow: bb['is_following'] ? '' : 'button-orange',
button_message: 'button-orange'
};