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:
rudolfkoenig
2016-03-30 07:56:17 +00:00
parent 7f3b606032
commit 2b10368579

View File

@@ -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>