[fix] File tree > file clickable area

This commit is contained in:
brunosimon
2016-10-23 23:45:14 +02:00
parent f6b907942d
commit b7e530b92e
2 changed files with 2 additions and 3 deletions
@@ -71,7 +71,6 @@ application.controller(
if( file.versions.length )
{
console.log($scope.version);
$scope.version = file.versions[ 0 ];
$scope.version.active = true
}