From: Joe Wreschnig Date: Thu, 22 May 2014 10:50:29 +0000 (+0200) Subject: Use aprotocol-relative resource now that yukkurigames.com supports HTTPS. X-Git-Url: https://git.yukkurigames.com/?p=webcart1000.git;a=commitdiff_plain;h=9d8d5e17cc215685207a7024d660032e266d3130 Use aprotocol-relative resource now that yukkurigames.com supports HTTPS. --- 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;