Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TruthHun/BookStack
/ removeElement
Function
removeElement
static/nprogress/nprogress.js:470–472 ·
view source on GitHub ↗
* (Internal) Removes an element from the DOM.
(element)
Source
from the content-addressed store, hash-verified
468
*/
469
470
function
removeElement(element) {
471
element && element.parentNode && element.parentNode.removeChild(element);
472
}
473
474
return
NProgress;
475
});
Callers
1
nprogress.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected