Add multimedia link for jot + enables hover text in jot + autosize in when paste link + renaming / Code Standards
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user