# HG changeset patch # User robcast # Date 1296601378 -3600 # Node ID 609e5bf29d1a3e38535c7007648b887b9b57cd30 # Parent 25f2898696a2a7a211a5cb7ae3ec8ff3a18fd77d leave dragged background image in scaler. diff -r 25f2898696a2 -r 609e5bf29d1a client/digitallibrary/jquery/jquery.digilib.js --- 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);