We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ea9786 commit fb080ccCopy full SHA for fb080cc
app/code/Magento/Bundle/view/adminhtml/templates/sales/invoice/create/items/renderer.phtml
@@ -186,7 +186,7 @@
186
require(['prototype'], function(){
187
<?php $escapedId = $block->escapeJs($_id) ?>
188
$('<?= /* @noEscape */ $escapedId ?>').hide();
189
- $('<?= /* @noEscape */ $escapedId ?>').up().observe('mouseover', function(){$('<?= $escapedId?>').show();});
+ $('<?= /* @noEscape */ $escapedId ?>').up().observe('mouseover', function(){$('<?= /* @noEscape */ $escapedId?>').show();});
190
$('<?= /* @noEscape */ $escapedId ?>').up().observe('mouseout', function(){$('<?= /* @noEscape */ $escapedId ?>').hide();});
191
192
});
0 commit comments