|
@@ -1883,7 +1883,7 @@
|
|
|
dUrl = config.downloadUrl || downloadInitialUrl,
|
|
|
dFil = config.filename || config.caption || '',
|
|
|
initPreviewShowDwl = !!(dUrl),
|
|
|
- sDel = $h.ifSet('showRemove', config, $h.ifSet('showRemove', fs, initPreviewShowDel)),
|
|
|
+ sDel = $h.ifSet('showRemove', config, initPreviewShowDel),
|
|
|
sDwl = $h.ifSet('showDownload', config, $h.ifSet('showDownload', fs, initPreviewShowDwl)),
|
|
|
sZm = $h.ifSet('showZoom', config, $h.ifSet('showZoom', fs, true)),
|
|
|
sDrg = $h.ifSet('showDrag', config, $h.ifSet('showDrag', fs, true)),
|