nix a comment, resolves #1006 #1007

This commit is contained in:
Leigh Johnson
2016-03-02 13:39:07 -05:00
parent 211ae9afad
commit 206994944f

View File

@@ -24,7 +24,6 @@ export default
// So we hide the default input, show our own, and simulate clicks to the hidden input // So we hide the default input, show our own, and simulate clicks to the hidden input
$scope.fakeClick = function(){ $scope.fakeClick = function(){
$('#License-file').click(); $('#License-file').click();
//document.getElementById('License-file').click();
} }
$scope.newLicense = {}; $scope.newLicense = {};
$scope.submit = function(event){ $scope.submit = function(event){