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 31
31
<?= $ block ->escapeHtml ($ block ->getCustomizedOptionValue ($ _option )) ?>
32
32
<?php else : ?>
33
33
<?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>
36
38
<?php $ id = 'id ' . uniqid (); ?>
37
39
<span id="<?= /* @noEscape */ $ id ; ?> "><?= $ block ->escapeHtml ($ _option ['remainder ' ]) ?> </span>
38
40
<script>
39
- require(['prototype'], function() {
41
+ require(['prototype'], function(){
40
42
$('<?= /* @noEscape */ $ id ; ?> ').hide();
41
43
$('<?= /* @noEscape */ $ id ; ?> ').up().observe('mouseover', function(){$('<?= /* @noEscape */ $ id ; ?> ').show();});
42
44
$('<?= /* @noEscape */ $ id ; ?> ').up().observe('mouseover', function(){$('<?= /* @noEscape */ $ dots ; ?> ').hide();});
You can’t perform that action at this time.
0 commit comments