s/host/hostname

This commit is contained in:
David Graf
2014-05-15 12:07:23 +02:00
committed by Samy Pesse
parent 3b5bea0eb5
commit 9eeb7304c7
@@ -4,7 +4,7 @@
if (firstScriptTag) {
newEl.async = 1;
newEl.src = '//' + window.location.host + ':35729/livereload.js';
newEl.src = '//' + window.location.hostname + ':35729/livereload.js';
}
firstScriptTag.parentNode.insertBefore(newEl, firstScriptTag);