Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 3.4.0
-
Fix Version/s: 3.5.0-b1
-
Component/s: None
-
Labels:None
Description
Synchronous XMLHttpRequest on the main thread has been deprecated.
blestaLoadWidgets in jquery-blesta-0.1.0.js and jquery-client-3.2.0.js should be updated to remove async: false, and instead set a container for each widget in the order in which they should be displayed, then load them asynchronously.
This will allow UI interaction while the various widgets load.