DataFed
DataFed copied to clipboard
Joshua s brown dylan xfer timeout
Removed setTimeout pieces that caused the dialog box to take longer to load than necessary. There were 3 setTimeout pieces present in the code on lines 142, 365, and 383. These timeouts caused the code to pause to allow for things to fully complete before returning them to the user. However, this made the dialog feel laggy or slow. By wrapping the processes in promises and checking that the returned information matches what is actually being searched for, this lag has been reduced.
Note: This branch was merged form the dylan_xfer_dlg branch