X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=app%2FResources%2Fstatic%2Fthemes%2F_global%2Findex.js;h=b810e5d7358d53a13a382807e87379477079efaa;hb=f136d288d6fbc57af680e9a738b023abbccf0d6d;hp=fddb476dcf67650fbf5cbd8f37b1b90e60b7e987;hpb=1d770f9867a30ae6ac1351de80b2ce733c2673fa;p=github%2Fwallabag%2Fwallabag.git diff --git a/app/Resources/static/themes/_global/index.js b/app/Resources/static/themes/_global/index.js index fddb476d..b810e5d7 100644 --- a/app/Resources/static/themes/_global/index.js +++ b/app/Resources/static/themes/_global/index.js @@ -65,7 +65,7 @@ $(document).ready(() => { retrievePercent(x.entryId); $(window).resize(() => { - retrievePercent(x.entryId); + retrievePercent(x.entryId, true); }); } });