Advertisement
dozer10t

Untitled

Sep 24th, 2017
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.58 KB | None | 0 0
  1.  
  2. 14.window.v3Lander = {
  3.  
  4.  
  5. 15.
  6.  
  7.  
  8. 16.    codeVersion:'1505970822884',
  9.  
  10.  
  11. 17.    v3Frame:false,
  12.  
  13.  
  14. 18.    domState: "defer-failed",
  15.  
  16.  
  17. 19.    domReady: false,
  18.  
  19.  
  20. 20.    secureProtocol: function(url){
  21.  
  22.  
  23. 21.        return url.replace(/^HTTPS?:/i, "https:");
  24.  
  25.  
  26. 22.    },
  27.  
  28.  
  29. 23.    hostToPath:{},
  30.  
  31.  
  32. 24.    hostedFileURL: window.v3LanderConfig.hostedFileURL || "/global/snippets/inq/inqChat.html",
  33.  
  34.  
  35. 25.    isAtHostedFileURL: false,
  36.  
  37.  
  38. 26.    log:function(s) {
  39.  
  40.  
  41. 27.        if (typeof console != "undefined" && console.log) {
  42.  
  43.  
  44. 28.            console.log(s);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement