# HG changeset patch # User hertzhaft # Date 1296602749 -3600 # Node ID 54928116a7b283561111cf273693492f9628605f # Parent 790a7673bef0344f21eca22f60999abf04bfab5c# Parent 609e5bf29d1a3e38535c7007648b887b9b57cd30 merge diff -r 790a7673bef0 -r 54928116a7b2 client/digitallibrary/jquery/jquery.digilib.js --- a/client/digitallibrary/jquery/jquery.digilib.js Wed Feb 02 00:24:22 2011 +0100 +++ b/client/digitallibrary/jquery/jquery.digilib.js Wed Feb 02 00:25:49 2011 +0100 @@ -1370,7 +1370,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);