foo bar
This commit is contained in:
parent
39565b61c6
commit
bfcb370a29
|
@ -14,7 +14,7 @@ $('#listLeft ul li a').live("click", function() {
|
|||
'tab': tab,
|
||||
'object_id': objId
|
||||
}, function(data) {
|
||||
$('#imageInside').css({'backgroundImage': data.main_image.thumb});
|
||||
$('#imageInside').css({'backgroundImage': 'url(' + data.main_image.thumb + ')'});
|
||||
$('#textRight').text(data.title).formatTitle();
|
||||
var searchTerm = $('.searchListField').val();
|
||||
var html = data.html;
|
||||
|
|
Loading…
Reference in New Issue
Block a user