brian-xetdata commited on
Commit
a84d412
1 Parent(s): 46e6534

Debugging URL options

Browse files
Files changed (1) hide show
  1. proxy.py +2 -1
proxy.py CHANGED
@@ -56,7 +56,8 @@ def chooser():
56
  var iframe = document.getElementById('netron');
57
  iframe.src = '/netron?url=' + url;
58
  }
59
-
 
60
  window.onload(setFile());
61
  </script>
62
  </head>
 
56
  var iframe = document.getElementById('netron');
57
  iframe.src = '/netron?url=' + url;
58
  }
59
+
60
+ console.log("Top level URL", window.top.location);
61
  window.onload(setFile());
62
  </script>
63
  </head>