Browse Source

Update sandbox.html

gh-pages
Pier CeccoPierangioliEugenio 2 years ago committed by GitHub
parent
commit
e305d64f78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      sandbox/sandbox.html

6
sandbox/sandbox.html

@ -147,8 +147,8 @@
fileUri = urlParams.get("fileUri")
filePath = urlParams.get("filePath")
if (fileUri != null){
ttkProxy.loadFile(fileUri, "test_file.py");
loadFile("test_file.py")
ttkProxy.loadFile(fileUri, "/test_file.py");
loadFile("/test_file.py")
}else if (filePath != null){
loadFile(filePath)
}else{
@ -199,4 +199,4 @@
</script>
</body>
</html>
</html>

Loading…
Cancel
Save