From 012eaaef11fe7a49cb474ac57a3791239fc6fe61 Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Wed, 19 Sep 2018 19:34:07 +0200 Subject: [PATCH] Production: Load 4 assets, load 4 more --- src/templates/production.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/production.pug b/src/templates/production.pug index 2ebeb20..c1e2351 100644 --- a/src/templates/production.pug +++ b/src/templates/production.pug @@ -22,7 +22,7 @@ script(src="{{ url_for('static_cloud', filename='assets/js/tagged_assets.min.js' script. $(function() { - $('.js-asset-list').loadTaggedAssets(5, 3); + $('.js-asset-list').loadTaggedAssets(4, 4); }); | {% endblock %} | {% block body %}