From: Bill Erickson Date: Wed, 29 Oct 2014 21:05:55 +0000 (-0400) Subject: KMIG-72 KCLSUPGRAD-27 Record Summary scroll bar X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=220849acc6efc802ed68d2d7c49a7a5c8f0a872c;p=working%2FEvergreen.git KMIG-72 KCLSUPGRAD-27 Record Summary scroll bar Cross-port: 4f73c3e --- 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'); }