mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-28 17:12:32 +00:00
console.js: encode the inform parameter (Forum #128651)
git-svn-id: https://svn.fhem.de/fhem/trunk@26335 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
83e2f22a2a
commit
a7d412817b
@ -101,9 +101,9 @@ consFill()
|
|||||||
if(FW_pollConn)
|
if(FW_pollConn)
|
||||||
FW_closeConn();
|
FW_closeConn();
|
||||||
|
|
||||||
var query = "?XHR=1"+
|
var query = "?XHR=1&inform="+
|
||||||
"&inform=type=raw;withLog="+withLog+";filter="+
|
encodeURIComponent("type=raw;withLog="+withLog+
|
||||||
encodeURIComponent(consFilter)+consFType+
|
";filter="+consFilter+consFType)+
|
||||||
"&fw_id="+$("body").attr('fw_id')+
|
"&fw_id="+$("body").attr('fw_id')+
|
||||||
"×tamp="+new Date().getTime();
|
"×tamp="+new Date().getTime();
|
||||||
query = addcsrf(query);
|
query = addcsrf(query);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user