Skip to content

Commit

Permalink
changed post alert message
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurenSky committed Nov 28, 2016
1 parent 6aa0308 commit 943a9f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ajax-index.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ $(document).ready(function() {

//POST:
var postCallback = function () {
alert("POST worked just fine!");
alert("Your Trip is Booked!");
};

var addReservationCallback = function(event) {
Expand Down

0 comments on commit 943a9f4

Please sign in to comment.