From 5d6548a9b8083a8f61ad130b831ce271ca536c87 Mon Sep 17 00:00:00 2001 From: Ramon Gutierrez Date: Mon, 21 May 2018 20:55:19 +0800 Subject: [PATCH] Set pdf button to open in new tab #95 --- templates/job-order/list.all.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/job-order/list.all.html.twig b/templates/job-order/list.all.html.twig index b907a1b5..a4cd4afe 100644 --- a/templates/job-order/list.all.html.twig +++ b/templates/job-order/list.all.html.twig @@ -113,7 +113,7 @@ overflow: 'visible', template: function (row, index, datatable) { var actions = ''; - actions += ''; + actions += ''; return actions; },