summaryrefslogtreecommitdiff
path: root/public/bundle.js
diff options
context:
space:
mode:
Diffstat (limited to 'public/bundle.js')
-rw-r--r--public/bundle.js4
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,