Fix lgtm error.
This commit is contained in:
parent
903f239158
commit
74e99e1241
@ -61,10 +61,6 @@ OV.ShowSharingDialog = function (importer, settings, camera)
|
||||
{
|
||||
let section = $('<div>').addClass ('ov_dialog_section').appendTo (parentDiv);
|
||||
$('<div>').html ('Sharing Link').addClass ('ov_dialog_inner_title').appendTo (section);
|
||||
let optionsSection = null;
|
||||
if (OV.FeatureSet.SettingsPanel) {
|
||||
optionsSection = $('<div>').addClass ('ov_dialog_section').appendTo (section);
|
||||
}
|
||||
let sharingLinkInput = AddCopyableTextInput (section, () => {
|
||||
return GetSharingLink (sharingLinkParams);
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user