Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Luc Didry
wemawema
Commits
74996b67
Commit
74996b67
authored
Sep 26, 2017
by
Luc Didry
Browse files
URLdecode hash
parent
eb3888a1
Pipeline
#23761
passed with stage
in 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
js/wema_wema.js
View file @
74996b67
...
...
@@ -35,7 +35,7 @@ var domIsReady = (function(domIsReady) {
});
if
(
window
.
location
.
hash
)
document
.
querySelector
(
'
#wemake
'
).
value
=
window
.
location
.
hash
.
substr
(
1
);
document
.
querySelector
(
'
#wemake
'
).
value
=
decodeURIComponent
(
window
.
location
.
hash
.
substr
(
1
)
)
;
refreshText
();
});
...
...
Write
Preview
Supports
Markdown
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