# HG changeset patch # User Goffi # Date 1514938336 -3600 # Node ID 6ba0129a9a4efa946e7eb7fd5ac92ac223dc7fb4 # Parent 3eec00136867ff552572cd833b5cf0781aeb8fcf base: don't use default flag for common script (flags now default to "defer" following last changes in backend) diff -r 3eec00136867 -r 6ba0129a9a4e default/base/base.html --- a/default/base/base.html Wed Jan 03 01:12:15 2018 +0100 +++ b/default/base/base.html Wed Jan 03 01:12:16 2018 +0100 @@ -1,6 +1,6 @@ {% set embedded = True %} {# embedded is set to avoid including base.html several times if a generic page is included (e.g. blog/articles.html) #} {% import 'components/common.html' as component with context %} -{{ script.include('common') }} {# common.js has many useful functions, so we import it here #} +{{ script.include('common', '') }} {# common.js is a common script, so it's useful to import it here #}