diff --git a/ff4j-web/src/main/resources/views/view-modal-properties.html b/ff4j-web/src/main/resources/views/view-modal-properties.html index 1bcbe9c4e..8953ef861 100644 --- a/ff4j-web/src/main/resources/views/view-modal-properties.html +++ b/ff4j-web/src/main/resources/views/view-modal-properties.html @@ -336,7 +336,7 @@

$(document).ready(function() { $('#updatePropertyForm').on('submit', function(e) { // do something - var featId = $(".modal-body #featureid").val(); + var featId = $("#updatePropertyForm").find(".modal-body #featureid").val(); if(featId == "" || featId == null) { e.submit(); } else { @@ -529,4 +529,4 @@

- \ No newline at end of file +