|
@@ -4443,7 +4443,7 @@
|
|
showDwn = showDwn(cfg);
|
|
showDwn = showDwn(cfg);
|
|
}
|
|
}
|
|
if (typeof showDel === 'function') {
|
|
if (typeof showDel === 'function') {
|
|
- showDwn = showDwn(cfg);
|
|
|
|
|
|
+ showDel = showDel(cfg);
|
|
}
|
|
}
|
|
if (typeof showZoom === 'function') {
|
|
if (typeof showZoom === 'function') {
|
|
showZoom = showZoom(cfg);
|
|
showZoom = showZoom(cfg);
|
|
@@ -4451,7 +4451,7 @@
|
|
if (typeof showDrag === 'function') {
|
|
if (typeof showDrag === 'function') {
|
|
showDrag = showDrag(cfg);
|
|
showDrag = showDrag(cfg);
|
|
}
|
|
}
|
|
- if (!showUpl && !showDwn && !showDwn && !showZoom && !showDrag) {
|
|
|
|
|
|
+ if (!showUpl && !showDwn && !showDel && !showZoom && !showDrag) {
|
|
return '';
|
|
return '';
|
|
}
|
|
}
|
|
var self = this, vUrl = url === false ? '' : ' data-url="' + url + '"',
|
|
var self = this, vUrl = url === false ? '' : ' data-url="' + url + '"',
|