Browse Source

Set a no cache header instead of reloading

pull/72/head
baarkerlounger 4 years ago
parent
commit
cece3fd077
  1. 6
      app/views/form/page.html.erb

6
app/views/form/page.html.erb

@ -1,8 +1,4 @@
<script>
if(performance.navigation.type == 2){
location.reload(true);
}
</script>
<meta http-equiv="Pragma" content="no-cache">
<% content_for :before_content do %>
<%= link_to 'Back', :back, class: "govuk-back-link" %>

Loading…
Cancel
Save