Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TruthHun/BookStack
/ remove
Function
remove
static/editor.md/lib/codemirror/addon/tern/tern.js:631–634 ·
view source on GitHub ↗
(node)
Source
from the content-addressed store, hash-verified
629
}
630
631
function
remove(node) {
632
var
p = node && node.parentNode;
633
if
(p) p.removeChild(node);
634
}
635
636
function
fadeOut(tooltip) {
637
tooltip.style.opacity =
"0"
;
Callers
4
hint
Function · 0.70
tempTooltip
Function · 0.70
fadeOut
Function · 0.70
closeArgHints
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected