Mercurial > hg > digilib-old
changeset 734:609e5bf29d1a jquery
leave dragged background image in scaler.
author | robcast |
---|---|
date | Wed, 02 Feb 2011 00:02:58 +0100 |
parents | 25f2898696a2 |
children | 54928116a7b2 |
files | client/digitallibrary/jquery/jquery.digilib.js |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/client/digitallibrary/jquery/jquery.digilib.js Tue Feb 01 19:30:59 2011 +0100 +++ b/client/digitallibrary/jquery/jquery.digilib.js Wed Feb 02 00:02:58 2011 +0100 @@ -1381,7 +1381,6 @@ // mouseup handler: reload zoomed image in new position var dragEnd = function (evt) { $scaler.css({ - 'background-image' : 'none', 'cursor' : 'default' }); $document.unbind("mousemove.dlZoomDrag", dragMove);