From 17067e6036d2cfd76b70ac0092f8baa0f26bcdf7 Mon Sep 17 00:00:00 2001 From: jduncanator Date: Tue, 18 Mar 2014 18:10:21 +1100 Subject: [PATCH] Updated release file path Moved the files onto a larger CDN node to allow for more stable downloads and nightly builds --- js/site.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/site.js b/js/site.js index cd6f08b..441b9ce 100644 --- a/js/site.js +++ b/js/site.js @@ -1,5 +1,5 @@ var userAgent = navigator.platform, - fileHost = "http://static.cdnjd.com/releases/popcorn/"; + fileHost = "http://popcorn.cdnjd.com/releases/"; var mac = /Mac/, win = /Win/,