Bump version to 0.9

This commit is contained in:
Claude Brisson
2024-04-10 21:09:42 +02:00
parent af8de00a49
commit 87e1883c64
7 changed files with 7 additions and 7 deletions

View File

@@ -7,7 +7,7 @@
<parent>
<groupId>org.jeudego.pairgoth</groupId>
<artifactId>engine-parent</artifactId>
<version>0.8</version>
<version>0.9</version>
</parent>
<artifactId>view-webapp</artifactId>

View File

@@ -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;