Import w/ desc and pics
This commit is contained in:
@@ -2,7 +2,6 @@ $(function(){
|
||||
$('a.data').live('click', function(){
|
||||
var button = this;
|
||||
$.get(this.href, function(data){
|
||||
data = eval('('+ data +')');
|
||||
if ($(button).hasClass('artist')) {
|
||||
Pages.renderArtist(data);
|
||||
}
|
||||
|
||||
@@ -12,8 +12,8 @@ var beathaven = {
|
||||
},
|
||||
adjustSizes: function() {
|
||||
$('#data-container').height($(window).height() - $('#header-container').height());
|
||||
$('#data-container').width($(window).width() - $('#player').width())
|
||||
$('#player-container').height($(window).height());
|
||||
$('#playlist').height($(window).height() - $('#player').height());
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user