Mercurial > hg > digilib-old
changeset 640:fcb887110471 jquery
enabling bird's eye view in options now even works...
author | robcast |
---|---|
date | Wed, 19 Jan 2011 14:49:27 +0100 |
parents | 7a91bf50a728 |
children | 8f40f7b6fd20 |
files | client/digitallibrary/jquery/jquery.digilib.js |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/client/digitallibrary/jquery/jquery.digilib.js Wed Jan 19 11:09:35 2011 +0100 +++ b/client/digitallibrary/jquery/jquery.digilib.js Wed Jan 19 14:49:27 2011 +0100 @@ -551,8 +551,11 @@ $birdviewDiv.append($birdzoomDiv); $birdviewDiv.append($birdImg); $birdImg.attr('src', birdUrl); + if (data.settings.isBirdDivVisible) { + $birdviewDiv.fadeIn(); + } data.$birdDiv = $birdviewDiv; - }; + }; // creates HTML structure for the about view in elem var setupAboutDiv = function (data) {