Skip to content

Commit

Permalink
Poistettu target _blank
Browse files Browse the repository at this point in the history
  • Loading branch information
jegranbacka committed Jun 15, 2015
1 parent da04619 commit 409ff45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/scripts/controllers/kasittelija/paatos.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ angular.module('jukufrontApp')
break;
case 1:
// Esikatselu
$window.open('api/hakemus/' + $scope.hakemusid + '/paatos/pdf', 'target', '_blank');
$window.open('api/hakemus/' + $scope.hakemusid + '/paatos/pdf');
break;
case 2:
// Hyvaksy
Expand Down
2 changes: 1 addition & 1 deletion app/scripts/controllers/yhteinen/hakemus.js
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ angular.module('jukufrontApp')
break;
case 1:
// Esikatselu
$window.open('api/hakemus/' + $scope.hakemusid + '/pdf', 'target', '_blank');
$window.open('api/hakemus/' + $scope.hakemusid + '/pdf');
break;
case 2:
// Laheta
Expand Down

0 comments on commit 409ff45

Please sign in to comment.