Fix lgtm error.

This commit is contained in:
kovacsv 2021-07-24 14:50:29 +02:00
parent 903f239158
commit 74e99e1241

View File

@ -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);
});