mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Upped performance of load somewhat for channel-load
This commit is contained in:
@@ -15,6 +15,8 @@ var Channel = {
|
||||
Helper.addClass("#results", "client-results-height");
|
||||
Helper.addClass(".pagination-results", "client-pagination-height");
|
||||
Helper.addClass(".control-list", "client-control-list");
|
||||
} else {
|
||||
Player.soundcloud_player = document.querySelector("#soundcloud_player");
|
||||
}
|
||||
if(!Admin.logged_in) Admin.display_logged_out();
|
||||
number_suggested = 0;
|
||||
@@ -29,6 +31,7 @@ var Channel = {
|
||||
}
|
||||
|
||||
window.onpopstate = function(e){
|
||||
console.log(e)
|
||||
Channel.onepage_load();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user