# HG changeset patch # User hertzhaft # Date 1296002443 -3600 # Node ID 0698b6b32b9b2e813d0148111a49d0ac399c9c62 # Parent 05a17fdd37a88a2ee01dec7fdbd050985f26ced9 'one' is wrong for embedded mode diff -r 05a17fdd37a8 -r 0698b6b32b9b 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)