CTPUG / wafer

A wafer-thin web application for running small conferences. Built using Django.
ISC License
46 stars 27 forks source link

profile: delay jQuery calls until after page is really loaded #695

Closed terceiro closed 8 months ago

terceiro commented 8 months ago

I was getting $(...).popover is not a function on the JS console because at the time .popover() is called, probably the other JS bits haven't beed loaded.