aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/views/request/select_authority.rhtml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/request/select_authority.rhtml b/app/views/request/select_authority.rhtml
index 9aaa37f4d..0b1c65d13 100644
--- a/app/views/request/select_authority.rhtml
+++ b/app/views/request/select_authority.rhtml
@@ -17,6 +17,7 @@
$("#typeahead_response .head a").live('click', function() {
$("#authority_preview").load(this.href+" #public_body_show", function() {
$("#authority_preview").show();
+ $(window).scrollTop($("#banner").height());
$("#authority_preview #header_right").hide();
});
return false;