/[drupal]/contributions/modules/jlightbox/js/jlightbox.uncompressed.js
ViewVC logotype

Diff of /contributions/modules/jlightbox/js/jlightbox.uncompressed.js

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

revision 1.5, Tue Mar 10 04:26:28 2009 UTC revision 1.6, Sun Aug 2 01:49:14 2009 UTC
# Line 1  Line 1 
1  /* $Id: jlightbox.uncompressed.js,v 1.4 2008/01/08 08:00:01 sun Exp $ */  /* $Id: jlightbox.uncompressed.js,v 1.5 2009/03/10 04:26:28 sun Exp $ */
2  /**  /**
3   * jQuery Lightbox   * jQuery Lightbox
4   * @author   * @author
# Line 14  Line 14 
14   * jQuery Lightbox leveraging the complete jQuery framework.   * jQuery Lightbox leveraging the complete jQuery framework.
15   */   */
16  var Lightbox = {  var Lightbox = {
17          fileLoadingImage: '/sites/all/modules/jlightbox/images/loading.gif',          fileLoadingImage: '',
18          fileBottomNavCloseImage: '/sites/all/modules/jlightbox/images/closelabel.gif',          fileBottomNavCloseImage: '',
19          overlayOpacity: 0.8,          overlayOpacity: 0.8,
20          resizeSpeed: 'normal',          resizeSpeed: 'normal',
21          borderSize: 10,          borderSize: 10,
# Line 468  var Lightbox = { Line 468  var Lightbox = {
468          }          }
469  };  };
470    
471  $(document).ready(function(){  Drupal.behaviors.jlightbox = function(context) {
472            Lightbox.fileLoadingImage = Drupal.settings.jlightbox.path + '/images/loading.gif';
473            Lightbox.fileBottomNavCloseImage = Drupal.settings.jlightbox.path + '/images/closelabel.gif';
474          Lightbox.initialize();          Lightbox.initialize();
475  });  };

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

  ViewVC Help
Powered by ViewVC 1.1.2