Skip to content

Commit

Permalink
removed console.log (that was dumb)
Browse files Browse the repository at this point in the history
  • Loading branch information
FinalAngel committed Aug 17, 2010
1 parent 3979f69 commit 8027617
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion simplegallery/media/js/jquery.simplegallery.js
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,6 @@ $.fn.simpleGallery = function (options) {
// add mignifier event
if(options.lightbox) magnifier.unbind().bind('click', function (e) {
e.preventDefault();
console.log($(nextSlideElement).find('a').attr('rel'));
$.colorbox({'open':true, 'href': $(nextSlideElement).find('a').attr('rel').replace('lightbox group ', '')});
});
// external interface
Expand Down

0 comments on commit 8027617

Please sign in to comment.