diff options
Diffstat (limited to 'basicConfig/templates/residency.html')
| -rw-r--r-- | basicConfig/templates/residency.html | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/basicConfig/templates/residency.html b/basicConfig/templates/residency.html index d89b909c..c94721c0 100644 --- a/basicConfig/templates/residency.html +++ b/basicConfig/templates/residency.html @@ -43,7 +43,7 @@              }              $.ajax({                  type: "POST", -                url: "$contextPath$wizardEndpoint", +                url: [(${wizardEndpoint})],                  data: $("#inputForm").serialize()              }).done(function (data, textStatus, jqXHR) {                  if (data["resultCount"] === 1) { | 
