File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
app/code/Magento/Sales/view/adminhtml/templates/items/column Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 3131 <?= $ block ->escapeHtml ($ block ->getCustomizedOptionValue ($ _option )) ?>
3232 <?php else : ?>
3333 <?php $ _option = $ block ->getFormattedOption ($ _option ['value ' ]); ?>
34- <?php $ dots = 'dots ' . uniqid (); ?>
35- <?= $ block ->escapeHtml ($ _option ['value ' ]) ?> <?php if (isset ($ _option ['remainder ' ]) && $ _option ['remainder ' ]): ?> <span id="<?= /* @noEscape */ $ dots ; ?> "> ...</span>
34+ <?= $ block ->escapeHtml ($ _option ['value ' ]) ?>
35+ <?php if (isset ($ _option ['remainder ' ]) && $ _option ['remainder ' ]): ?>
36+ <?php $ dots = 'dots ' . uniqid (); ?>
37+ <span id="<?= /* @noEscape */ $ dots ; ?> "> ...</span>
3638 <?php $ id = 'id ' . uniqid (); ?>
3739 <span id="<?= /* @noEscape */ $ id ; ?> "><?= $ block ->escapeHtml ($ _option ['remainder ' ]) ?> </span>
3840 <script>
39- require(['prototype'], function() {
41+ require(['prototype'], function(){
4042 $('<?= /* @noEscape */ $ id ; ?> ').hide();
4143 $('<?= /* @noEscape */ $ id ; ?> ').up().observe('mouseover', function(){$('<?= /* @noEscape */ $ id ; ?> ').show();});
4244 $('<?= /* @noEscape */ $ id ; ?> ').up().observe('mouseover', function(){$('<?= /* @noEscape */ $ dots ; ?> ').hide();});
You can’t perform that action at this time.
0 commit comments