You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

10 lines
224 B

  1. $("#loading_html").show();
  2. var order_id = getPar("order_id")
  3. function seeTheOrder(){
  4. window.location.href = './order_detail.html?order_id='+order_id;
  5. }
  6. function bookAgain(){
  7. window.location.href = './travel_book.html';
  8. }