/[drupal]/contributions/modules/lightbox2/js/lightbox.js
ViewVC logotype

Diff of /contributions/modules/lightbox2/js/lightbox.js

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.5.2.6.4.95, Thu Jan 1 15:54:44 2009 UTC revision 1.5.2.6.4.96, Thu Jan 1 18:09:32 2009 UTC
# Line 473  var Lightbox = { Line 473  var Lightbox = {
473        // Set up frame size, etc.        // Set up frame size, etc.
474        else if (Lightbox.isLightframe) {        else if (Lightbox.isLightframe) {
475          var src = Lightbox.imageArray[Lightbox.activeImage][0];          var src = Lightbox.imageArray[Lightbox.activeImage][0];
476          $('#frameContainer').append('<iframe id="lightboxFrame" style="display: none;" src="'+src+'"></iframe>');          $('#frameContainer').html('<iframe id="lightboxFrame" style="display: none;" src="'+src+'"></iframe>');
477          if (!Lightbox.iframe_border) {          if (!Lightbox.iframe_border) {
478            $('#lightboxFrame').css({'border': 'none'});            $('#lightboxFrame').css({'border': 'none'});
479            $('#lightboxFrame').attr('frameborder', '0');            $('#lightboxFrame').attr('frameborder', '0');

Legend:
Removed from v.1.5.2.6.4.95  
changed lines
  Added in v.1.5.2.6.4.96

  ViewVC Help
Powered by ViewVC 1.1.2