Mercurial > hg > digilib-old
changeset 943:79cbc4694b14
Merge with 6b49f78ccfd88eb0bb576a26e6e1e9e8aa6ebfb0
author | robcast |
---|---|
date | Wed, 28 Dec 2011 11:47:18 +0100 |
parents | 2b136cdbc6b2 (current diff) 6b49f78ccfd8 (diff) |
children | 3916303b8f17 |
files | webapp/src/main/webapp/jquery/jquery.digilib.birdseye.js webapp/src/main/webapp/jquery/jquery.digilib.js |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/webapp/src/main/webapp/jquery/jquery.digilib.birdseye.js Wed Dec 28 11:44:28 2011 +0100 +++ b/webapp/src/main/webapp/jquery/jquery.digilib.birdseye.js Wed Dec 28 11:47:18 2011 +0100 @@ -234,7 +234,7 @@ scalerPos = geom.position($scaler); newRect = null; data.$elem.find(".overlay").hide(); // hide all overlays (marks/regions) - fullRect = digilib.fn.setZoomBG(data); // setup zoom background image + fullRect = digilib.fn.setZoomBg(data); // setup zoom background image $document.on("mousemove.dlBirdMove", birdZoomMove); $document.on("mouseup.dlBirdMove", birdZoomEndDrag); return false;
--- a/webapp/src/main/webapp/jquery/jquery.digilib.js Wed Dec 28 11:44:28 2011 +0100 +++ b/webapp/src/main/webapp/jquery/jquery.digilib.js Wed Dec 28 11:47:18 2011 +0100 @@ -254,7 +254,7 @@ 'specialSet' : ["mark","delmark","hmir","vmir","rot","brgt","cont","rgb","quality","scale","lessoptions"], 'arrowSet' : ["up", "down", "left", "right"], 'buttonSets' : ['standardSet', 'specialSet'] - }, + } }, // arrow bar overlays for moving the zoomed area 'showZoomArrows' : true,