MCPcopy Create free account
hub / github.com/TruthHun/BookStack / removeToast

Function removeToast

static/js/toast.script.js:133–135  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

131 }
132
133 function removeToast(){
134 $.Toast.remove( $element );
135 }
136
137 if($options.timeout > 0){
138 setTimeout(removeToast, $options.timeout);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected