Guest User

Untitled

a guest
Nov 15th, 2018
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. if (!window.location.origin) {
  2. window.location.origin = window.location.protocol + "//"
  3. + window.location.hostname
  4. + (window.location.port ? ':' + window.location.port : '');
  5.  
  6. $location.$$urlUpdatedByLocation = true;
  7. $location.$$absUrl = window.location.origin+location.pathname+"busqTerceros.html";
  8.  
  9. }else{
  10. $location.$$urlUpdatedByLocation = true;
  11. $location.$$absUrl = location.origin+location.pathname+"busqTerceros.html";
  12. }
  13.  
  14. <meta http-equiv="refresh" content="0; url=/algo/#!/algo" />
Add Comment
Please, Sign In to add comment