use postMessage with host and port, fixes #4
This commit is contained in:
parent
53aaac2e70
commit
aa83c2d365
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ var next_tick, set_tick;
|
|||
(function()
|
||||
{
|
||||
var fn,
|
||||
host = location.protocol + "//" + location.hostname;
|
||||
host = location.protocol + "//" + location.host;
|
||||
|
||||
set_tick = function(f)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue