From d51fdca36769449fc49aac09666863ebfba7bb05 Mon Sep 17 00:00:00 2001 From: Justin Tormey Date: Wed, 28 Mar 2018 12:00:19 -0400 Subject: [PATCH] fix(ExportHistory): do not have download-button target _blank --- assets/js/directives/download-button.directive.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/js/directives/download-button.directive.js b/assets/js/directives/download-button.directive.js index 686ebb147e..ffc15dcd42 100644 --- a/assets/js/directives/download-button.directive.js +++ b/assets/js/directives/download-button.directive.js @@ -10,7 +10,7 @@ function downloadButton ($window, $timeout) { filename: '@', content: '=' }, - template: '{{::"DOWNLOAD"|translate}}', + template: '{{::"DOWNLOAD"|translate}}', link: link }; return directive;