dayal / Calculasian-old

Calculasian Official Website (Old)
www.calculasian.com
0 stars 1 forks source link

Make fsn load after main script to prevent race conditions #20

Closed dayal closed 10 years ago

dayal commented 10 years ago

fsn is currently loaded within require-jquery.js, which the main scripts need as well. The current workaround is to load another jquery script before for the main script to use before require-jquery.js.

dayal commented 10 years ago

New workaround: add a 100ms delay to fsn script execution