Skip to content

Commit

Permalink
Merge pull request ff4j#204 from LesNovell/master
Browse files Browse the repository at this point in the history
Issue 199 - Close property dialog and return to feature dialog
  • Loading branch information
clun authored Mar 16, 2017
2 parents 435cd7e + a04ccc1 commit 6577925
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ff4j-web/src/main/resources/views/view-modal-properties.html
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ <h4 id="myModalLabel">
$(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 {
Expand Down Expand Up @@ -529,4 +529,4 @@ <h4 id="myModalLabel">


</body>
</html>
</html>

0 comments on commit 6577925

Please sign in to comment.