mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Trying some new sizing of playlist, removing scroll form playlist, only pagination
This commit is contained in:
@@ -857,6 +857,11 @@ $(document).on("click", "#closeSettings", function(e)
|
||||
Admin.hide_settings();
|
||||
});
|
||||
|
||||
$(window).resize(function(){
|
||||
List.element_height = (($("#wrapper").height()) / List.can_fit)-6;
|
||||
$(".list-song").css("height", List.element_height + "px");
|
||||
})
|
||||
|
||||
$(document).on( "click", ".result-object", function(e){
|
||||
var $html = $(e.target);
|
||||
var substr = $html.prop('outerHTML').substring(0,4);
|
||||
|
||||
Reference in New Issue
Block a user