mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-21 01:53:26 +00:00
s/host/hostname
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user