Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.1.0
-
Fix Version/s: 4.7
-
Component/s: Core CiviCRM
-
Labels:None
-
Documentation Required?:None
-
Funding Source:Core Team Funds
Description
According to the jquery codex the "async" option should be set to false only in very rare circumstances and is considered a bad practice.
In our codebase it is almost always set to false, and I think not for any good reason. Need to redress this.