CityWebConsultants / Iris

Modular content management and web application framework built with Node.js and MongoDB
http://irisjs.org
Other
9 stars 7 forks source link

Fix form loading #144

Closed adam-clarey closed 8 years ago

adam-clarey commented 8 years ago

There is some bizarre race condition that means on certain pages the forms don't get loaded.

This is fixed by swapping $(document).ready for $(window).load

Had to revert some other commit that worked its way into the branch.