Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Vincent Tam
Beautiful Jekyll
Commits
2b2d8c9a
Commit
2b2d8c9a
authored
Jul 26, 2019
by
Vincent Tam
💻
Browse files
Fixed wrong post URL due to extra /
parent
08384cd3
Pipeline
#154218
passed with stage
in 33 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
js/staticman.js
View file @
2b2d8c9a
...
...
@@ -17,7 +17,7 @@ layout: null
$
.
ajax
({
type
:
$
(
this
).
attr
(
'
method
'
),
url
:
endpoint
+
'
/
'
+
repository
+
'
/
'
+
branch
+
'
/comments
'
,
url
:
endpoint
+
repository
+
'
/
'
+
branch
+
'
/comments
'
,
data
:
$
(
this
).
serialize
(),
contentType
:
'
application/x-www-form-urlencoded
'
,
success
:
function
(
data
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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