/[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.4, Tue Jan 8 08:00:01 2008 UTC revision 1.5, Tue Mar 10 04:26:28 2009 UTC
# Line 1  Line 1 
1  /* $Id: jlightbox.uncompressed.js,v 1.3 2007/09/19 00:35:02 sun Exp $ */  /* $Id: jlightbox.uncompressed.js,v 1.4 2008/01/08 08:00:01 sun Exp $ */
2  /**  /**
3   * jQuery Lightbox   * jQuery Lightbox
4   * @author   * @author
# Line 59  var Lightbox = { Line 59  var Lightbox = {
59                                  </div> \                                  </div> \
60                          </div>');                          </div>');
61                  $('#overlay').click(function(){ Lightbox.end(); return false; }).hide();                  $('#overlay').click(function(){ Lightbox.end(); return false; }).hide();
62                  $('#lightbox').hide();                  $('#lightbox').click(function (e) {
63                            if (e.target.id == 'lightbox') {
64                                    Lightbox.end();
65                            }
66                            return false;
67                    }).hide();
68                  $('#loadingLink').click(function(){ Lightbox.end(); return false; });                  $('#loadingLink').click(function(){ Lightbox.end(); return false; });
69                  $('#bottomNavClose').click(function(){ Lightbox.end(); return false; });                  $('#bottomNavClose').click(function(){ Lightbox.end(); return false; });
70                  $('#outerImageContainer').width(250).height(250);                  $('#outerImageContainer').width(250).height(250);

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

  ViewVC Help
Powered by ViewVC 1.1.2