Skip to content

Commit

Permalink
Fix typo in hook.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Feb 18, 2012
1 parent d5d79f7 commit 1793ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Lichess/OpeningBundle/Resources/public/js/hook.js
Expand Up @@ -78,7 +78,7 @@ $(function() {
$.ajax($newposts.data('url'), {
timeout: 10000,
success: function(data) {
$newpostsinner.find('ol').html(html);
$newpostsinner.find('ol').html(data);
$newpostsinner[0].scrollTop = 9999999;
$('body').trigger('lichess.content_loaded');
}
Expand Down

0 comments on commit 1793ebd

Please sign in to comment.