Skip to content

Commit

Permalink
Remove demo configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
querkmachine committed Jun 7, 2022
1 parent be9d154 commit d15f998
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions app/views/layouts/_generic.njk
Original file line number Diff line number Diff line change
Expand Up @@ -51,18 +51,5 @@
{% endif %}

<script src="/public/all.js"></script>
<script>window.GOVUKFrontend.initAll({
i18n: {
"translations": {
"accordion": {
"show_this_section": "Embiggen this one section",
"show_all_sections": "Embiggen all the things"
},
"character_count": {
"characters_over_limit_one": "Ye have gone %{count} scribble too far",
"characters_over_limit_other": "Ye have gone %{count} scribbles too far"
}
}
}
})</script>
<script>window.GOVUKFrontend.initAll()</script>
{% endblock %}

0 comments on commit d15f998

Please sign in to comment.