/[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.2.103, Thu Jan 1 15:54:23 2009 UTC revision 1.5.2.6.2.104, Thu Jan 1 18:09:13 2009 UTC
# Line 478  var Lightbox = { Line 478  var Lightbox = {
478        // Set up frame size, etc.        // Set up frame size, etc.
479        else if (Lightbox.isLightframe) {        else if (Lightbox.isLightframe) {
480          var src = Lightbox.imageArray[Lightbox.activeImage][0];          var src = Lightbox.imageArray[Lightbox.activeImage][0];
481          $('#frameContainer').append('<iframe id="lightboxFrame" style="display: none;" src="'+src+'"></iframe>');          $('#frameContainer').html('<iframe id="lightboxFrame" style="display: none;" src="'+src+'"></iframe>');
482          if (!Lightbox.iframe_border) {          if (!Lightbox.iframe_border) {
483            $('#lightboxFrame').css({'border': 'none'});            $('#lightboxFrame').css({'border': 'none'});
484            $('#lightboxFrame').attr('frameborder', '0');            $('#lightboxFrame').attr('frameborder', '0');

Legend:
Removed from v.1.5.2.6.2.103  
changed lines
  Added in v.1.5.2.6.2.104

  ViewVC Help
Powered by ViewVC 1.1.2