aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/Main.tsx
diff options
context:
space:
mode:
authormadelinegr <mgriswold99@gmail.com>2019-02-18 18:01:47 -0500
committermadelinegr <mgriswold99@gmail.com>2019-02-18 18:01:47 -0500
commit281f6268238c4f9f1640899ce258535ad4fe2401 (patch)
tree40cc489c27aa268873825d727047bdfde01855bf /src/client/views/Main.tsx
parent837509322d7e556830c57653828e223b06eb38a6 (diff)
tried to get around cors with crossorigin.me
Diffstat (limited to 'src/client/views/Main.tsx')
-rw-r--r--src/client/views/Main.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/Main.tsx b/src/client/views/Main.tsx
index 3e5118379..f310be950 100644
--- a/src/client/views/Main.tsx
+++ b/src/client/views/Main.tsx
@@ -79,7 +79,7 @@ document.addEventListener("pointerdown", action(function (e: PointerEvent) {
// mainNodes.Data.push(doc2);
mainNodes.Data.push(doc6);
- let doc9 = Documents.WebDocument("https://cs.brown.edu/", {
+ let doc9 = Documents.WebDocument("https://crossorigin.me/https://google.com", {
x: 450, y: 100, title: "cat 1", width: 606, height: 386, nativeWidth: 606, nativeHeight: 386
});
mainNodes.Data.push(doc9);