aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--webAO/dom/updateBackgroundPreview.ts4
1 files changed, 3 insertions, 1 deletions
diff --git a/webAO/dom/updateBackgroundPreview.ts b/webAO/dom/updateBackgroundPreview.ts
index 0daea74..6b8a0d8 100644
--- a/webAO/dom/updateBackgroundPreview.ts
+++ b/webAO/dom/updateBackgroundPreview.ts
@@ -1,4 +1,6 @@
-import { AO_HOST } from '../client/aoHost'
+import { AO_HOST } from '../client/aoHost';
+import tryUrls from "../../utils/tryUrls";
+
/**
* Update background preview.
*/