]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/Resources/static/themes/_global/index.js
Merge pull request #3636 from flozz/syntax-highlight
[github/wallabag/wallabag.git] / app / Resources / static / themes / _global / index.js
index 7f7e87c0e6bbf954ab683105bb30c5b6d1d03fec..ae598e56e1374a45cb59be9b74f9d69a327e4ee1 100644 (file)
@@ -67,7 +67,7 @@ $(document).ready(() => {
     retrievePercent(x.entryId);
 
     $(window).resize(() => {
-      retrievePercent(x.entryId);
+      retrievePercent(x.entryId, true);
     });
   }
 });