Skip to content

Commit

Permalink
"NOBUG, change loading image, comment api"
Browse files Browse the repository at this point in the history
  • Loading branch information
Dongsheng Cai committed Aug 27, 2010
1 parent b2f82f8 commit 9e9dd1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comment/comment.js
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ bodyContent: '<div class="comment-delete-confirm"><a href="#" id="confirmdelete-
},
wait: function() {
var container = Y.one('#comment-list-'+this.client_id);
container.set('innerHTML', '<div class="mdl-align"><img src="'+M.util.image_url('i/loading', 'core')+'" /></div>');
container.set('innerHTML', '<div class="mdl-align"><img src="'+M.util.image_url('i/loading_small', 'core')+'" /></div>');
}
});

Expand Down

0 comments on commit 9e9dd1a

Please sign in to comment.