PATH:
home
/
centosnipponia
/
public_html
/
nipponiacom2
/
caribe
/
components
/
com_djmediatools
/
assets
/
picbox
/
js
// AUTOLOAD CODE BLOCK (MAY BE CHANGED OR REMOVED) Picbox.scanPage = function() { $$(document.links).filter(function(el) { return el.rel && el.rel.test(/^lightbox/i); }).picbox({/* Put custom options here */}, null, function(el) { return (this == el) || ((this.rel.length > 8) && (this.rel == el.rel)); }); }; if (!/android|iphone|ipod|series60|symbian|windows ce|blackberry/i.test(navigator.userAgent)) { window.addEvent("domready", Picbox.scanPage); }
[+]
..
[-] autoload.js
[edit]
[-] index.html
[edit]
[-] picbox.js
[edit]
[-] picbox.uncompressed.js
[edit]
[-] .htaccess.disabled
[edit]