# HG changeset patch # User hertzhaft # Date 1296002443 -3600 # Node ID a6dfb2f2fd221832c1efd36d824d4585d7ad949b # Parent 8ce4ec381f8771a64b9b2398e19ac2d09fa4ddb1 'one' is wrong for embedded mode diff -r 8ce4ec381f87 -r a6dfb2f2fd22 client/digitallibrary/jquery/jquery.digilib.js --- a/client/digitallibrary/jquery/jquery.digilib.js Wed Jan 26 01:35:56 2011 +0100 +++ b/client/digitallibrary/jquery/jquery.digilib.js Wed Jan 26 01:40:43 2011 +0100 @@ -1063,8 +1063,8 @@ return false; }; - $birdImg.one("mousedown.digilib", birdZoomStartDrag); - $birdZoom.one("mousedown.digilib", birdZoomStartDrag); + $birdImg.bind("mousedown.digilib", birdZoomStartDrag); + $birdZoom.bind("mousedown.digilib", birdZoomStartDrag); }; // sets a key to a value (relative values with +/- if relative=true)