mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 16:56:54 +00:00
Command got lost: longpoll wont work...
git-svn-id: https://svn.fhem.de/fhem/trunk@1380 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
c12811a7c4
commit
c2f779cf7b
@ -1,5 +1,13 @@
|
||||
var pollConn;
|
||||
|
||||
function
|
||||
cmd(arg)
|
||||
{
|
||||
var req = new XMLHttpRequest();
|
||||
req.open("GET", arg, true);
|
||||
req.send(null);
|
||||
}
|
||||
|
||||
function
|
||||
doUpdate()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user