Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
kovacsv committed Jan 27, 2024
1 parent d10b3a1 commit ac41f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/website/sharingdialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export function ShowSharingDialog (fileList, settings, viewer)
HandleEvent ('model_shared', 'embedding_code');
return GetEmbeddingCode (modelFiles, useCurrentSettings, settings, viewer);
});
AddCheckboxLine (optionsSection, Loc ('Use customized settings', 'embed_current_settings'), (checked) => {
AddCheckboxLine (optionsSection, Loc ('Use customized settings'), 'embed_current_settings', (checked) => {
useCurrentSettings = checked;
embeddingCodeInput.value = GetEmbeddingCode (modelFiles, useCurrentSettings, settings, viewer);
});
Expand Down

0 comments on commit ac41f45

Please sign in to comment.