Skip to content

Commit

Permalink
url change
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinGeraci committed Dec 8, 2012
1 parent 61c3e2f commit ec8871b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GatorAirlines2/site/seat.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ $(document).ready(function(){

});
var num = str.length;
//var urlString = "http://ec2-75-101-205-194.compute-1.amazonaws.com/CheckOut.php?item=";
var urlString = "http://localhost/GatorAirlines/GatorAirlines2/site/CheckOut.php?item=";
var urlString = "http://ec2-75-101-205-194.compute-1.amazonaws.com/CheckOut.php?item=";
//var urlString = "http://localhost/GatorAirlines/GatorAirlines2/site/CheckOut.php?item=";
for( var i = 0; i < num; i++)
{
urlString = urlString + str[i] + ",";
Expand Down

0 comments on commit ec8871b

Please sign in to comment.