mirror of
https://github.com/friendica/friendica
synced 2025-04-22 08:30:10 +00:00
facebook style comments
This commit is contained in:
parent
4e40156607
commit
b0f8cd5fe6
3 changed files with 21 additions and 12 deletions
|
@ -7,6 +7,14 @@
|
|||
document.getElementById(theID).style.display = "block"
|
||||
}
|
||||
}
|
||||
|
||||
function openMenu(theID) {
|
||||
document.getElementById(theID).style.display = "block"
|
||||
}
|
||||
|
||||
function closeMenu(theID) {
|
||||
document.getElementById(theID).style.display = "none"
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue