mirror of
https://github.com/friendica/friendica
synced 2025-04-22 11:10:11 +00:00
Add multimedia link for jot + enables hover text in jot + autosize in when paste link + renaming / Code Standards
This commit is contained in:
parent
ee006bdc18
commit
d2b5f77be9
8 changed files with 62 additions and 36 deletions
|
@ -24,7 +24,7 @@ function openClose(theID) {
|
|||
}
|
||||
|
||||
function openMenu(theID) {
|
||||
var el = document.getElementById(theID)
|
||||
var el = document.getElementById(theID);
|
||||
|
||||
if (el) {
|
||||
el.style.display = "block";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue