Skip to content

Commit 03626cb

Browse files
committed
MC-18366: Shipping confirmation email does not have link for order tracking
1 parent 05f0181 commit 03626cb

File tree

1 file changed

+1
-2
lines changed
  • app/code/Magento/Shipping/view/frontend/templates/tracking

1 file changed

+1
-2
lines changed

app/code/Magento/Shipping/view/frontend/templates/tracking/popup.phtml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,7 @@ $results = $block->getTrackingInfo();
6262
</div>
6363
<script>
6464
require([
65-
'jquery',
66-
'prototype'
65+
'jquery'
6766
], function (jQuery) {
6867
/* hide the close button when the content doesn't open in a modal window */
6968
if (window.opener === null || typeof window.opener === "undefined") {

0 commit comments

Comments
 (0)