Update compiled assets

This commit is contained in:
Daniel Supernault 2018-06-05 01:48:19 -06:00
parent ba9cd33301
commit be2f3873e9
4 changed files with 1 additions and 0 deletions

BIN
public/css/app.css vendored

Binary file not shown.

BIN
public/js/timeline.js vendored

Binary file not shown.

Binary file not shown.

View file

@ -9,6 +9,7 @@ $(document).ready(function() {
history: false, history: false,
}); });
infScroll.on( 'append', function( response, path, items ) { infScroll.on( 'append', function( response, path, items ) {
$('.page-load-status').show();
pixelfed.hydrateLikes(); pixelfed.hydrateLikes();
}); });
}); });