mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-10 08:04:00 +00:00
debug deleted
git-svn-id: https://svn.fhem.de/fhem/trunk@2002 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
3a81a8dff9
commit
f49bc81841
@ -48,14 +48,12 @@ get_cookie()
|
||||
if(c == null)
|
||||
return "";
|
||||
var results = c.match('fhemweb=(.*?)(;|$)' );
|
||||
console.info("getcookie:"+results);
|
||||
return (results ? unescape(results[1]) : "");
|
||||
}
|
||||
|
||||
function
|
||||
set_cookie(value)
|
||||
{
|
||||
console.info("setcookie:"+value);
|
||||
parent.document.cookie="fhemweb="+escape(value);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user