Update progress background image to use copy on S3

This commit is contained in:
David Rowe 2014-08-14 17:20:00 -07:00
parent 29f4f5b21a
commit f7addad5ac

View file

@ -188,8 +188,7 @@ var progressDialog = (function () {
cancelHeight = 32,
textColor = { red: 255, green: 255, blue: 255 },
textBackground = { red: 52, green: 52, blue: 52 },
backgroundUrl = "http://ctrlaltstudio.com/hifi/progress-background.svg", // DJRTODO: Update with HiFi location.
//backgroundUrl = "http://public.highfidelity.io/images/tools/progress-background.svg",
backgroundUrl = toolIconUrl + "progress-background.svg",
windowDimensions;
progressBackground = Overlays.addOverlay("image", {