diff --git a/js/app/views/DownloadUI.js b/js/app/views/DownloadUI.js index d7f91ca..e133b18 100644 --- a/js/app/views/DownloadUI.js +++ b/js/app/views/DownloadUI.js @@ -525,9 +525,8 @@ Ext.define('amdaUI.DownloadUI', { notifyOver: function (ddSource, e, data) { var nodeType = data.records[0].get('nodeType'); - if ((nodeType == 'timeTable' || nodeType == 'sharedtimeTable') || - (nodeType == 'catalog' || nodeType == 'sharedCatalog') && + (nodeType == 'catalog' || nodeType == 'sharedcatalog') && (data.records[0].get('leaf'))) { this.valid = true; -- libgit2 0.21.2