mirror of
https://github.com/friendica/friendica
synced 2025-04-25 18:30:11 +00:00
Threading updates
- Add rudimentary thread handling to Frost - Fix possible CSS bug in several themes from threading update - Add ability for themes to prevent threading
This commit is contained in:
parent
d4b6188356
commit
5e09fc31f5
46 changed files with 601 additions and 97 deletions
|
@ -544,6 +544,15 @@ function showHideComments(id) {
|
|||
}
|
||||
}
|
||||
|
||||
/*function showHideCommentBox(id) {
|
||||
if( $j('#comment-edit-form-' + id).is(':visible')) {
|
||||
$j('#comment-edit-form-' + id).hide();
|
||||
}
|
||||
else {
|
||||
$j('#comment-edit-form-' + id).show();
|
||||
}
|
||||
}*/
|
||||
|
||||
|
||||
/*function deleteCheckedItems() {
|
||||
var checkedstr = '';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue