mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-25 15:55:22 +00:00
Update compiled assets
This commit is contained in:
parent
ba9cd33301
commit
be2f3873e9
4 changed files with 1 additions and 0 deletions
BIN
public/css/app.css
vendored
BIN
public/css/app.css
vendored
Binary file not shown.
BIN
public/js/timeline.js
vendored
BIN
public/js/timeline.js
vendored
Binary file not shown.
Binary file not shown.
1
resources/assets/js/timeline.js
vendored
1
resources/assets/js/timeline.js
vendored
|
@ -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();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue