Hey James, I've never had that problem particularly with magnific-popup, but I have had js errors after compression. Usually they have something to do with js libraries not having semicolons. I would go through all your js and make sure there are semicolons at the end of the filed (if you want to be extra safe you can add one to the beginning as well).
On Sat, Apr 12, 2014 at 5:12 PM, James Pells <[email protected]> wrote: > When compressing javascript with django-compressor using all default > settings from mezzanine seems to break the magnific-popup on the gallery > page on my site. > > I get the following error in the javascript console: > Uncaught TypeError: object is not a function > > Has anyone encountered this problem before? > > -- > You received this message because you are subscribed to the Google Groups > "Mezzanine Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
