Skip to content

Commit

Permalink
For #6222: fix logic picking v2 or v3
Browse files Browse the repository at this point in the history
  • Loading branch information
avernet committed Aug 30, 2024
1 parent bb8362a commit 49e2059
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
"/>

<!-- Version selection -->
<xf:setvalue ref="$version" value="if (xxf:non-blank($conf/v3/public-key)) then '2' else '3'"/>
<xf:setvalue ref="$version" value="if (xxf:non-blank($conf/v3/public-key)) then '3' else '2'"/>

<!-- Script loading and initialization -->
<xf:action type="javascript">
Expand Down

0 comments on commit 49e2059

Please sign in to comment.