Skip to content

Commit

Permalink
Merge pull request #431 from alphagov/update-print-page-dialogue-window
Browse files Browse the repository at this point in the history
Update print page behaviour
  • Loading branch information
dsingleton committed Jul 15, 2014
2 parents b33b8e6 + a23488c commit 57c48cd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/views/root/print.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
<meta name="robots" content="noindex, nofollow">

<%= stylesheet_link_tag 'guides-print', media: 'all' %>
<script type="text/javascript">
window.onload = function() { window.print(); }
</script>
</head>
<body>
<header role="banner" class="group" id="global-header">
Expand Down

0 comments on commit 57c48cd

Please sign in to comment.