Advertisement
Guest User

Untitled

a guest
Dec 7th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.   $(window).load(function () {
  2.  
  3.             if (window.location.href.indexOf("layout=cancelled") > -1) {
  4.  
  5.                 window.history.pushState({path: window.location.href}, '', 'index.php?option=com_gutschein&view=vouchers&Itemid=' + itemIts);
  6.  
  7.             }
  8.  
  9.         });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement