From 9d8d5e17cc215685207a7024d660032e266d3130 Mon Sep 17 00:00:00 2001 From: Joe Wreschnig Date: Thu, 22 May 2014 12:50:29 +0200 Subject: [PATCH] Use aprotocol-relative resource now that yukkurigames.com supports HTTPS. --- webcart1000.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webcart1000.js b/webcart1000.js index c88b9b3..10b96da 100644 --- a/webcart1000.js +++ b/webcart1000.js @@ -10,7 +10,7 @@ (function () { "use strict"; - var ORIGIN = "http://yukkurigames.com"; + var ORIGIN = "//yukkurigames.com"; var TARGET = ORIGIN + "/webcart1000/o_o.html"; var wc1kFrame; var wc1kWindow; -- 2.20.1