diff --git a/FHEM/90_at.pm b/FHEM/90_at.pm index e283157a8..9b1f11dc2 100755 --- a/FHEM/90_at.pm +++ b/FHEM/90_at.pm @@ -362,7 +362,7 @@ return "
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; }); }