Songkick is now optional

This commit is contained in:
gotson
2014-03-28 18:06:32 +08:00
parent 44acaf7599
commit 96bc2b835c
4 changed files with 43 additions and 11 deletions

View File

@@ -269,7 +269,9 @@
initActions();
initThisPage();
getArtistBio();
getArtistsCalendar();
if( ${headphones.SONGKICK_ENABLED} ){
getArtistsCalendar();
}
});
</script>