Skip to content

Commit 6df9591

Browse files
committed
[JENKINS-70591] Cannot create inline Pipeline job after Ace editor update
1 parent b2e7168 commit 6df9591

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/src/main/js/workflow-editor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import "./snippets/workflow";
1818

1919
var editorIdCounter = 0;
2020

21-
document.addEventListener("DOMContentLoaded", function() {
21+
$(function() {
2222
$('.workflow-editor-wrapper').each(function() {
2323
initEditor($(this));
2424
});

0 commit comments

Comments
 (0)