Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
renderjs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Klaus Wölfel
renderjs
Commits
3739c39e
Commit
3739c39e
authored
Jun 04, 2013
by
Romain Courteaud
🐸
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Do not hardcode localstorage
parent
5dd13bec
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
gadget/filebrowser_and_preview.js
gadget/filebrowser_and_preview.js
+2
-2
No files found.
gadget/filebrowser_and_preview.js
View file @
3739c39e
...
@@ -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/
'
},
}}));
}}));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment