OV.ShowSharingDialog = function (importer, importSettings, camera) { function AddCheckboxLine (parentDiv, text, id, onChange) { let line = $('
').addClass ('ov_dialog_table_row').appendTo (parentDiv); let check = $('').attr ('type', 'checkbox').attr ('checked', 'true').addClass ('ov_dialog_checkradio').attr ('id', id).appendTo (line); $('