Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Kellershoff
pwny.gorilla.moe
Commits
868cfb6d
Commit
868cfb6d
authored
Jun 02, 2017
by
Marco Kellershoff
Browse files
Fix typo
parent
2ae7ef91
Changes
1
Hide whitespace changes
Inline
Side-by-side
assets/pwny.js
View file @
868cfb6d
...
...
@@ -285,7 +285,7 @@
shared_code
=
url_params
.
get
(
'
t
'
);
syntax
=
url_params
.
get
(
'
s
'
);
if
(
self
.
isAllowedSyntax
(
syntax
)
===
true
)
{
self
.
setEditorSyntax
(
s
);
self
.
setEditorSyntax
(
s
yntax
);
}
self
.
compression
.
decompress
(
shared_code
,
function
(
err
,
result
){
if
(
!
err
)
{
...
...
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