Skip to content

Commit

Permalink
Fix conversion of elements property (should be in startup not options)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpvc committed Jun 17, 2021
1 parent 4244d99 commit c2743e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion convert-configuration/convert-configuration.js
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ var Convert = {
delayStartupUntil: Translate.notAvailable,
skipStartupTypeset: Translate.transfer('startup.typeset',
function (bool) {return (bool === 'true' ? 'false' : 'true')}),
elements: Translate.transfer('options.elements'),
elements: Translate.transfer('startup.elements'),
positionToHash: Translate.notAvailable,
showMathMenu: Translate.transfer('options.enableMenu'),
showMathMenuMSIE: Translate.notAvailable,
Expand Down

0 comments on commit c2743e1

Please sign in to comment.