mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 16:56:54 +00:00
90_at.pm: fix at-wizard over apache-proxy
git-svn-id: https://svn.fhem.de/fhem/trunk@11151 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
eacd4b8aad
commit
c8a3d0a910
@ -362,7 +362,7 @@ return "<br>Timespec wizard:".
|
||||
"{"+$("[name=aw_pts]").val()+"}" : $("[name=aw_ts]").val();
|
||||
def = def.replace(/\+/g, "%2b");
|
||||
def = def.replace(/;/g, ";;");
|
||||
location = location.pathname+"detail="+nm+"&cmd=modify "+def;
|
||||
location = location.pathname+"?detail="+nm+"&cmd=modify "+def;
|
||||
});
|
||||
}
|
||||
</script>
|
||||
|
Loading…
x
Reference in New Issue
Block a user