-
Notifications
You must be signed in to change notification settings - Fork 9.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MAGETWO-39865: [GITHUB] window.checkout is undefined if minicart is r…
…emoved #1458 --fixes after CR
- Loading branch information
Stanislav Idolov
committed
Jul 10, 2015
1 parent
121d146
commit 37e1a28
Showing
5 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...omer/Block/Account/AuthorizationPopup.php → ...mer/Block/Account/AuthenticationPopup.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
...mplates/account/authorization-popup.phtml → ...plates/account/authentication-popup.phtml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
<?php | ||
/** | ||
* Copyright © 2015 Magento. All rights reserved. | ||
* Copyright © 2015 Magento. All rights reserved. | ||
* See COPYING.txt for license details. | ||
*/ | ||
?> | ||
<div id="authorizationPopup" data-bind="scope:'authorizationPopup'"> | ||
<li id="authenticationPopup" data-bind="scope:'authenticationPopup'"> | ||
<script> | ||
window.authorizationPopup = <?php echo \Zend_Json::encode($block->getConfig()); ?>; | ||
window.authenticationPopup = <?php echo \Zend_Json::encode($block->getConfig()); ?>; | ||
</script> | ||
<!-- ko template: getTemplate() --><!-- /ko --> | ||
<script type="text/x-magento-init"> | ||
{ | ||
"#authorizationPopup": { | ||
"#authenticationPopup": { | ||
"Magento_Ui/js/core/app": <?php echo $block->getJsLayout();?> | ||
}, | ||
"*": { | ||
"Magento_Ui/js/block-loader": "<?php echo $block->getViewFileUrl('images/loader-1.gif'); ?>" | ||
} | ||
} | ||
</script> | ||
</div> | ||
</li> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters