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