mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed small issues with client and navigating to a channel with soundcloud songs
This commit is contained in:
@@ -16,6 +16,10 @@ var Channel = {
|
||||
Helper.addClass(".pagination-results", "client-pagination-height");
|
||||
Helper.addClass(".control-list", "client-control-list");
|
||||
} else {
|
||||
SC.initialize({
|
||||
client_id: '***REMOVED***'
|
||||
}, function() {
|
||||
});
|
||||
//Player.soundcloud_player = document.querySelector("#soundcloud_player");
|
||||
}
|
||||
if(!Admin.logged_in) Admin.display_logged_out();
|
||||
|
||||
Reference in New Issue
Block a user