From 1dc91bbb8e51924aced9a1480a45c56a1ee9b50f Mon Sep 17 00:00:00 2001 From: Kyle <41976328+ImKyle4815@users.noreply.github.com> Date: Sun, 20 Dec 2020 11:07:41 -0800 Subject: [PATCH] Update creator.js --- js/creator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/creator.js b/js/creator.js index e83ce5b5..f33629ea 100644 --- a/js/creator.js +++ b/js/creator.js @@ -2,7 +2,7 @@ var params = new URLSearchParams(window.location.search); //To save the server from being overloaded? Maybe? function fixUri(input) { - var prefix = 'https://card-conjurer.storage.googleapis.com/';//'https://raw.githubusercontent.com/ImKyle4815/cardconjurer/remake'; + var prefix = 'https://card-conjurer.storage.googleapis.com';//'https://raw.githubusercontent.com/ImKyle4815/cardconjurer/remake'; if (input.includes(prefix) || input.includes('http') || input.includes('data:image') || params.get('testing')) { return input; } else {