Changeset 796 in t29-www
- Timestamp:
- Jun 21, 2015, 10:26:31 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
shared/js-v6/modules/lightbox.js
r700 r796 17 17 18 18 t29.lightbox.setup = function() { 19 var elements = $("#content .popup ");19 var elements = $("#content .popup, nav.side.contains-custom .popup"); 20 20 if(elements.length) { 21 21 // we have fancybox elements on this page. Load Javascript and CSS
Note: See TracChangeset
for help on using the changeset viewer.