MCPcopy Index your code
hub / github.com/easydiffusion/easydiffusion / alert

Function alert

ui/media/js/utils.js:931–940  ·  view source on GitHub ↗
(msg, title)

Source from the content-addressed store, hash-verified

929}
930
931function alert(msg, title) {
932 title = title || ""
933 $.alert({
934 theme: "modern",
935 title: title,
936 useBootstrap: false,
937 animateFromElement: false,
938 content: msg,
939 })
940}
941
942function confirm(msg, title, fn) {
943 title = title || ""

Callers 5

applyInlineFilterFunction · 0.85
makeImageFunction · 0.85
main.jsFile · 0.85
getSystemInfoFunction · 0.85
parameters.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected