From 843e98f4b952b697b212e1e1a0471257f3924ff8 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Fri, 21 Apr 2017 20:38:57 -0400 Subject: target blank --- public/bundle.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'public/bundle.js') diff --git a/public/bundle.js b/public/bundle.js index 1205fa3..fb5790c 100644 --- a/public/bundle.js +++ b/public/bundle.js @@ -14236,12 +14236,12 @@ var OrderList = function (_React$Component) { var items = this.parseOrders().map(function (order, i) { var order_link = _react2.default.createElement( 'a', - { href: 'http://shopping.msana.com/cw4/admin/order-details.php?order_id=' + order.order_id }, + { href: 'http://shopping.msana.com/cw4/admin/order-details.php?order_id=' + order.order_id, target: '_blank' }, '(order)' ); var customer_link = order.order_checkout_type === 'guest' ? '' : _react2.default.createElement( 'a', - { href: 'http://shopping.msana.com/cw4/admin/customer-details.php?customer_id=' + order.order_customer_id }, + { href: 'http://shopping.msana.com/cw4/admin/customer-details.php?customer_id=' + order.order_customer_id, target: '_blank' }, '(customer)' ); var order_name = void 0, -- cgit v1.2.3-70-g09d2