mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
removed endpoint
This commit is contained in:
@@ -18,7 +18,7 @@ var mermaid = (function () {
|
||||
}
|
||||
if (enabled) {
|
||||
initializing = true;
|
||||
$.getScript("/editor-libs/mermaid",
|
||||
$.getScript("vendor/mermaid/mermaid.min.js",
|
||||
function (data, stat, jqxhr) {
|
||||
$(".mermaid").show();
|
||||
// invoke loaded mermaid API
|
||||
|
Reference in New Issue
Block a user