Hello,
Could you be more specific about removing defer attribute?
var FF_resource = {
scriptDeferred: jQuery.Deferred(),
styleDeferred: jQuery.Deferred(),
scriptLoading: false,
styleLoading: false
}
I tried just deleting the two top lines and that did not work.