Fixing expand likes ajax call that was broken. Related jasmine still red.
This commit is contained in:
parent
b7f9400a9f
commit
5dcff46d0b
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@
|
|||
var likesList = self.expander.siblings(".likes_list");
|
||||
if(likesList.children().length == 0) {
|
||||
self.loadingImage.appendTo(likesList.parent());
|
||||
$.get(self.expander.href, function(data) {
|
||||
$.get(self.expander.attr('href'), function(data) {
|
||||
self.loadingImage.fadeOut(100, function() {
|
||||
likesList.html(data)
|
||||
.fadeToggle(100);
|
||||
|
|
|
|||
Loading…
Reference in a new issue