Add the reservation modification feature.
[Project_webapp.git] / js / airpolytech.js
index 0f5a17a3c24710db6bd75922578455309423ef0a..8e628871c2f9006035162e95bd10bcd39ce460e5 100644 (file)
@@ -1,6 +1,6 @@
 function ConfirmCancelFlight() {
     var oFormObject = document.forms['reservations'];
-    if (confirm("Voulez-vous vraiment annuler votre réservation sur le vol " + oFormObject.elements['flight_id'].value + " ?")) {
+    if (confirm("Voulez-vous vraiment annuler votre réservation sur le vol " + oFormObject.elements['flight_id'].value + " ?")) {
         var input = document.createElement("input");
         input.setAttribute("type", "hidden");
         input.setAttribute("name", "cancel");