Skip to content

Commit

Permalink
remove inline js from checkUrl (#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
mawinter69 authored Sep 9, 2024
1 parent a25a050 commit 8e85886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/lib/configfiles/selectprovider.jelly
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ THE SOFTWARE.
</f:entry>

<f:entry title="${%ID}" description="${%ID of the config file}">
<f:textbox name="configId" value="${configId}" checkUrl="'checkConfigId?configId='+escape(this.value)"/>
<f:textbox name="configId" value="${configId}" checkUrl="checkConfigId" checkDependsOn="configId"/>
</f:entry>

<f:block>
Expand Down

0 comments on commit 8e85886

Please sign in to comment.