Originally Posted by
ztotheetothen
i get the following error after adding the javascript file in to my custom templats jscript folder:
Slimbox.scanPage = function() { $$(document.links).filter(function(el) { return el.rel && el.rel.test(/^lightbox/i); }).slimbox({]}, null, function(el) { return (this == el) || ((this.rel.length > 8) && (this.rel == el.rel)); }); }; window.addEvent("domready", Slimbox.scanPage); //--> Slimbox.scanPage = function() { $$(document.links).filter(function(el) { return el.href && el.href.test(/\.(jpg|png|gif)$/i); }).slimbox({]}, null, function(el) { return (this == el) || (this.parentNode && (this.parentNode == el.parentNode)); }); }; window.addEvent("domready", Slimbox.scanPage); //-->
v1.3.9e not wirking in any browser...