90_at.pm: fix at-wizard over apache-proxy

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@11151 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2016-03-30 07:56:17 +00:00
parent 79d0f656e8
commit f11dd01a29

View File

@ -362,7 +362,7 @@ return "<br>Timespec wizard:".
"{"+$("[name=aw_pts]").val()+"}" : $("[name=aw_ts]").val(); "{"+$("[name=aw_pts]").val()+"}" : $("[name=aw_ts]").val();
def = def.replace(/\+/g, "%2b"); def = def.replace(/\+/g, "%2b");
def = def.replace(/;/g, ";;"); def = def.replace(/;/g, ";;");
location = location.pathname+"detail="+nm+"&cmd=modify "+def; location = location.pathname+"?detail="+nm+"&cmd=modify "+def;
}); });
} }
</script> </script>