Import w/ desc and pics

This commit is contained in:
magnolia-fan
2011-06-15 00:01:42 +04:00
parent cb42a55f9d
commit 38e4d2496f
13 changed files with 43 additions and 243 deletions
-1
View File
@@ -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);
}
+1 -1
View File
@@ -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());
}
}