diff --git a/api-webapp/pom.xml b/api-webapp/pom.xml index e29de5b..ec7ea33 100644 --- a/api-webapp/pom.xml +++ b/api-webapp/pom.xml @@ -7,7 +7,7 @@ org.jeudego.pairgoth engine-parent - 0.8 + 0.9 api-webapp diff --git a/application/pom.xml b/application/pom.xml index 931d37a..ef59639 100644 --- a/application/pom.xml +++ b/application/pom.xml @@ -4,7 +4,7 @@ org.jeudego.pairgoth engine-parent - 0.8 + 0.9 application pom diff --git a/pairgoth-common/pom.xml b/pairgoth-common/pom.xml index 9c83ec5..e7a2bfe 100644 --- a/pairgoth-common/pom.xml +++ b/pairgoth-common/pom.xml @@ -7,7 +7,7 @@ org.jeudego.pairgoth engine-parent - 0.8 + 0.9 pairgoth-common diff --git a/pom.xml b/pom.xml index 3fb0e14..073bb8a 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.jeudego.pairgoth engine-parent - 0.8 + 0.9 pom diff --git a/view-webapp/pom.xml b/view-webapp/pom.xml index 1f44950..9e1c395 100644 --- a/view-webapp/pom.xml +++ b/view-webapp/pom.xml @@ -7,7 +7,7 @@ org.jeudego.pairgoth engine-parent - 0.8 + 0.9 view-webapp diff --git a/view-webapp/src/main/webapp/js/main.js b/view-webapp/src/main/webapp/js/main.js index 9c9decc..c0512fd 100644 --- a/view-webapp/src/main/webapp/js/main.js +++ b/view-webapp/src/main/webapp/js/main.js @@ -166,7 +166,7 @@ function close_modal() { let id = shownPopup.attr('id'); switch (id) { case 'player': { - if (!$('#player-form').hasClass('add') && !$('#register').hasClass('disabled')) { + if (shownPopup.hasClass('edit') && !$('#register').hasClass('disabled')) { let confirmMessage = $('#drop-changes').text(); if (!confirm(confirmMessage)) { return false; diff --git a/webserver/pom.xml b/webserver/pom.xml index 5ca1a73..9d89023 100644 --- a/webserver/pom.xml +++ b/webserver/pom.xml @@ -4,7 +4,7 @@ org.jeudego.pairgoth engine-parent - 0.8 + 0.9 webserver jar