forked from mirror/pixelfed
parent
2d6bb19a84
commit
4d686b8074
4 changed files with 5 additions and 5 deletions
2
public/css/app.css
vendored
2
public/css/app.css
vendored
File diff suppressed because one or more lines are too long
2
public/js/app.js
vendored
2
public/js/app.js
vendored
File diff suppressed because one or more lines are too long
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"/js/app.js": "/js/app.js?id=10b2b118e1aa4607622d",
|
"/js/app.js": "/js/app.js?id=a825e24025199f681c6c",
|
||||||
"/css/app.css": "/css/app.css?id=d8339100d1c73fdb7957",
|
"/css/app.css": "/css/app.css?id=a7c64d139bb04ef8e290",
|
||||||
"/js/timeline.js": "/js/timeline.js?id=d9a3145c0cd21ca09172",
|
"/js/timeline.js": "/js/timeline.js?id=d9a3145c0cd21ca09172",
|
||||||
"/js/activity.js": "/js/activity.js?id=723dfb98bbbc96a9d39f"
|
"/js/activity.js": "/js/activity.js?id=723dfb98bbbc96a9d39f"
|
||||||
}
|
}
|
|
@ -11,7 +11,7 @@ $(document).ready(function() {
|
||||||
let el = $(this);
|
let el = $(this);
|
||||||
let id = el.data('id');
|
let id = el.data('id');
|
||||||
let commentform = el.find('input[name="comment"]');
|
let commentform = el.find('input[name="comment"]');
|
||||||
let commenttext = commentform.val();
|
let commenttext = $(commentform.val()).text();
|
||||||
let item = {item: id, comment: commenttext};
|
let item = {item: id, comment: commenttext};
|
||||||
|
|
||||||
commentform.prop('disabled', true);
|
commentform.prop('disabled', true);
|
||||||
|
|
Loading…
Add table
Reference in a new issue