stevo / colorbox-rails

Make links open in lightbox a breeze
MIT License
77 stars 58 forks source link

Fix maximum call stack size exceeded #24

Closed lazywei closed 2 years ago

lazywei commented 11 years ago

I remove the

(function($){...})(jQuery) 

from colorbox-rails/colorbox-links.js to avoid the js error "maximum call stack size exceeded."

Don't know whether this method is right, but it really fixed my problem.