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
hubzilla
core
Commits
4419c93d
Commit
4419c93d
authored
Nov 26, 2020
by
Mario
Browse files
this should not be required anymore
parent
fcc13ce0
Pipeline
#366417
failed with stage
in 3 minutes and 19 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
view/js/main.js
View file @
4419c93d
...
...
@@ -1380,7 +1380,6 @@ function post_comment(id) {
form_data
+
'
&conv_mode=
'
+
conv_mode
,
function
(
data
)
{
if
(
data
.
success
)
{
localStorage
.
removeItem
(
"
comment_body-
"
+
id
);
$
(
"
#comment-edit-preview-
"
+
id
).
hide
();
$
(
"
#comment-edit-text-
"
+
id
).
val
(
''
).
blur
().
attr
(
'
placeholder
'
,
aStr
.
comment
);
...
...
@@ -1395,10 +1394,6 @@ function post_comment(id) {
commentClose
(
tarea
,
id
);
$
(
document
).
off
(
"
click.commentOpen
"
);
}
}
if
(
data
.
reload
)
{
window
.
location
.
href
=
data
.
reload
;
}
},
"
json
"
...
...
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