# HG changeset patch # User robcast # Date 1295351511 -3600 # Node ID b426efcc8a8e7f50e1813cdcf6381111bd189b3b # Parent 1f077f8afc5e754af6c3f8cf8cfe5cdb9bc9cd75 questions about display()... diff -r 1f077f8afc5e -r b426efcc8a8e client/digitallibrary/jquery/jquery.digilib.js --- a/client/digitallibrary/jquery/jquery.digilib.js Tue Jan 18 00:11:53 2011 +0100 +++ b/client/digitallibrary/jquery/jquery.digilib.js Tue Jan 18 12:51:51 2011 +0100 @@ -391,7 +391,7 @@ settings.dw = imgSize.width; settings.dh = imgSize.height; $img = $(''); - display($img, settings); + display($img, settings); // TODO: is display the right thing here? } else { // embedded mode -- try to keep img tag $img = $elem.find('img'); @@ -400,7 +400,7 @@ $img.detach(); } else { $img = $(''); - display($img, settings); + display($img, settings); // dito } } // create new html