X-Git-Url: https://git.realraum.at/?a=blobdiff_plain;f=powersensordaemon%2Fymhremote.html;h=085d11160b49fd5a64ab2803beb755422675769f;hb=3d9f800ee0d70494066035af472fcef381a7496c;hp=22ebe64956ff8cb0fc79a9f4a6570e20d6b80cc1;hpb=a319ee88b0505b094445cdb1491afb61f766caf4;p=svn42.git diff --git a/powersensordaemon/ymhremote.html b/powersensordaemon/ymhremote.html index 22ebe64..085d111 100755 --- a/powersensordaemon/ymhremote.html +++ b/powersensordaemon/ymhremote.html @@ -10,6 +10,8 @@ function sendButton( btn ) var req = new XMLHttpRequest(); url = "http://slug.realraum.at/cgi-bin/switch.cgi?power=send&id="+btn; req.open("GET", url ,false); + //google chrome workaround + req.setRequestHeader("googlechromefix",""); req.send(null); //response = req.responseText; //document.getElementById('output').innerHTML = response;