Commit 3739c39e authored by Romain Courteaud's avatar Romain Courteaud

Do not hardcode localstorage

parent 5dd13bec
...@@ -57,8 +57,8 @@ ...@@ -57,8 +57,8 @@
fileToDisplayData = "data://application/hal+json;base64," + fileToDisplayData = "data://application/hal+json;base64," +
window.btoa(JSON.stringify({ window.btoa(JSON.stringify({
_links: { _links: {
self: {href: 'browser://browse/ls/'}, self: {href: fileToDisplay},
storage: {href: 'browser://browse/ls/'}, storage: {href: fileToDisplay},
display: {href: 'browser://plumb/parentwindow/'}, display: {href: 'browser://plumb/parentwindow/'},
}})); }}));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment