# HG changeset patch # User robcast # Date 1295351511 -3600 # Node ID 2fd6928be5dd62d3ab057228072f8df0a5452053 # Parent 7f97716b901c7a7d152b508238b937d37ea31597 questions about display()... diff -r 7f97716b901c -r 2fd6928be5dd 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