Changeset 744


Ignore:
Timestamp:
Dec 14, 2010, 4:10:28 AM (13 years ago)
Author:
gav
Message:

Fix lightbox.js _imagePath.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/web-app/js/lightbox.js

    r461 r744  
    596596  _resizeDuration: 0.4,
    597597  _minWidth: 0,
    598   _imagePath: "/gnuMims/images/",
     598  _imagePath: '/' + location.pathname.split('/',2)[1] + '/images/',
    599599  _opacity: 0.6,
    600600  _blockOpacity: 0.1,
Note: See TracChangeset for help on using the changeset viewer.