# HG changeset patch # User hertzhaft # Date 1295652546 -3600 # Node ID 2390d548ae0bc609039c63b1a18589c934261438 # Parent 9ec8f039e942f58f2beba7f2ff6b722812cb6b99 forgot to uncomment a line diff -r 9ec8f039e942 -r 2390d548ae0b client/digitallibrary/jquery/jquery-test-full.html --- a/client/digitallibrary/jquery/jquery-test-full.html Sat Jan 22 00:26:43 2011 +0100 +++ b/client/digitallibrary/jquery/jquery-test-full.html Sat Jan 22 00:29:06 2011 +0100 @@ -71,12 +71,6 @@ z-index: 1000; } - div.birdzoom { - border-width: 2px; - border-style: solid; - border-color: yellow; - } - diff -r 9ec8f039e942 -r 2390d548ae0b client/digitallibrary/jquery/jquery.digilib.js --- a/client/digitallibrary/jquery/jquery.digilib.js Sat Jan 22 00:26:43 2011 +0100 +++ b/client/digitallibrary/jquery/jquery.digilib.js Sat Jan 22 00:29:06 2011 +0100 @@ -767,7 +767,7 @@ var $ind = data.$birdDiv.find('div.birdzoom'); var zoomArea = data.zoomArea; var indRect = data.birdTrafo.transform(zoomArea); - //if (isFullArea(zoomArea)) return $ind.hide(); + if (isFullArea(zoomArea)) return $ind.hide(); // TODO: set the coordinates all in one call? $ind.width(indRect.width); $ind.height(indRect.height);