Hide the download dialog after download starts

This commit is contained in:
Girish Ramakrishnan
2017-08-20 18:29:11 -07:00
parent 5d73f58631
commit 3c31c96ad4

View File

@@ -57,6 +57,8 @@ angular.module('Application').controller('DebugController', ['$scope', '$locatio
// we have to click the link to make the browser do the download
// don't know how to prevent the browsers
$('#fileDownloadLink')[0].click();
$('#downloadFileModal').modal('hide');
});
}
};