Mercurial > hg > digilib
changeset 727:42b6b6cb0744 jquery
leave dragged background image in scaler.
author | robcast |
---|---|
date | Wed, 02 Feb 2011 00:02:58 +0100 |
parents | f5a0ac47bddd |
children | 0cdec312b783 |
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);