# HG changeset patch # User hertzhaft # Date 1296602749 -3600 # Node ID 0cdec312b78361b48d459816b32c9ad1ed7273af # Parent 53584f90f66b41e82323b641c8aa0d49b192853b# Parent 42b6b6cb07442da636efdfe23833494721bdbcd3 merge diff -r 53584f90f66b -r 0cdec312b783 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);