diff options
| author | Jules Laplace <jules@okfoc.us> | 2017-04-21 20:38:57 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2017-04-21 20:38:57 -0400 |
| commit | 843e98f4b952b697b212e1e1a0471257f3924ff8 (patch) | |
| tree | 91dfd3742ad17f34e9f4f2b47c79cad8655d81a3 /public/bundle.js | |
| parent | 4c0f1785720f2cab83a1158e49cbb7bc353b9ce7 (diff) | |
target blank
Diffstat (limited to 'public/bundle.js')
| -rw-r--r-- | public/bundle.js | 4 |
1 files changed, 2 insertions, 2 deletions
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, |
