ShazVM
Results
1
comments of
ShazVM
I wrote this workaround (in csrfprotector.js) to ensure JQuery is always loaded before the csrf protector is initialized: var waitForJQuery = setInterval(function () { if (typeof $ != 'undefined') {...