We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b35004 commit 4841fa8Copy full SHA for 4841fa8
src/main/resources/io/jenkins/plugins/json_editor_parameter/JsonEditorParameterDefinition/index.jelly
@@ -14,7 +14,7 @@
14
const holderElement = document.getElementById('editor:${it.name}:holder')
15
const valueElement = document.getElementById('editor:${it.name}:value')
16
17
- const options = JSON.parse(document.getElementById('editor:${it.name}:options').innerHTML)
+ const options = JSON.parse(document.getElementById('editor:${it.name}:options').textContent)
18
valueElement.value = JSON.stringify(options.startval)
19
20
const editor = new JSONEditor(holderElement, options)
0 commit comments