From 220849acc6efc802ed68d2d7c49a7a5c8f0a872c Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Wed, 29 Oct 2014 17:05:55 -0400 Subject: [PATCH] KMIG-72 KCLSUPGRAD-27 Record Summary scroll bar Cross-port: 4f73c3e --- Open-ILS/xul/staff_client/chrome/content/cat/opac.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Open-ILS/xul/staff_client/chrome/content/cat/opac.js b/Open-ILS/xul/staff_client/chrome/content/cat/opac.js index 673eede35d..33bb5da5e9 100644 --- a/Open-ILS/xul/staff_client/chrome/content/cat/opac.js +++ b/Open-ILS/xul/staff_client/chrome/content/cat/opac.js @@ -126,6 +126,7 @@ function set_brief_view() { {}, content_params ); + document.getElementById('top_pane').setAttribute('height', '120'); } function set_marc_view() { @@ -821,6 +822,7 @@ function remove_me() { var url = xulG.url_prefix( 'XUL_BIB_BRIEF?docid=' ) + window.encodeURIComponent(docid); dump('removing ' + url + '\n'); try { top_pane.remove_iframe( url ); } catch(E) { dump(E + '\n'); } + $('top_pane').removeAttribute('height'); $('nav').setAttribute('hidden','true'); } -- 2.11.0