1
0
Fork 0

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 5 additions and 4 deletions

2
public/css/app.css vendored

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
!function(e){var n={};function t(r){if(n[r])return n[r].exports;var o=n[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,t),o.l=!0,o.exports}t.m=e,t.c=n,t.d=function(e,n,r){t.o(e,n)||Object.defineProperty(e,n,{configurable:!1,enumerable:!0,get:r})},t.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(n,"a",n),n},t.o=function(e,n){return Object.prototype.hasOwnProperty.call(e,n)},t.p="/",t(t.s=1)}({1:function(e,n,t){e.exports=t("uOOV")},uOOV:function(e,n){$(document).ready(function(){$(".pagination").hide();var e=document.querySelector(".timeline-feed");new InfiniteScroll(e,{path:".pagination__next",append:".timeline-feed",history:!1}).on("append",function(e,n,t){pixelfed.hydrateLikes()})})}});
!function(e){var t={};function n(o){if(t[o])return t[o].exports;var r=t[o]={i:o,l:!1,exports:{}};return e[o].call(r.exports,r,r.exports,n),r.l=!0,r.exports}n.m=e,n.c=t,n.d=function(e,t,o){n.o(e,t)||Object.defineProperty(e,t,{configurable:!1,enumerable:!0,get:o})},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="/",n(n.s=1)}({1:function(e,t,n){e.exports=n("uOOV")},uOOV:function(e,t){$(document).ready(function(){$(".pagination").hide(),$(".page-load-status").show();var e=document.querySelector(".timeline-feed");new InfiniteScroll(e,{path:".pagination__next",append:".timeline-feed",status:".page-load-status",history:!1}).on("append",function(e,t,n){$(".page-load-status").show(),pixelfed.hydrateLikes()})})}});

View File

@ -1,5 +1,5 @@
{
"/js/app.js": "/js/app.js?id=3a0df5c7faec6dfd614c",
"/css/app.css": "/css/app.css?id=6ebfef0060fc43dee177",
"/js/timeline.js": "/js/timeline.js?id=1ade82addcc153e4ff66"
"/css/app.css": "/css/app.css?id=7bd04daf2990b7aeeb70",
"/js/timeline.js": "/js/timeline.js?id=85f7c17e5b802b028f0e"
}

View File

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