diff --git a/src/common/global.coffee b/src/common/global.coffee index e9c313b..e769c0e 100644 --- a/src/common/global.coffee +++ b/src/common/global.coffee @@ -190,7 +190,7 @@ LiveReloadGlobal = xhr.onerror = (event) => callback('cannot-download') unless callbackCalled callbackCalled = yes - xhr.open("GET", "http://#{@host}:#{@port}/livereload.js", true) + xhr.open("GET", "//#{@host}:#{@port}/livereload.js", true) xhr.send(null)