Skip to content

Commit 6f3f9e7

Browse files
author
Dmytro Poperechnyy
committed
MAGETWO-44677: Add if IE check to Category Widget Tree template
1 parent dc3aee6 commit 6f3f9e7

File tree

1 file changed

+2
-1
lines changed
  • app/code/Magento/Catalog/view/adminhtml/templates/catalog/category/widget

1 file changed

+2
-1
lines changed

app/code/Magento/Catalog/view/adminhtml/templates/catalog/category/widget/tree.phtml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@
1010

1111
<?php $_divId = 'tree' . $block->getId() ?>
1212
<div id="<?php /* @escapeNotVerified */ echo $_divId ?>" class="tree"></div>
13+
<!--[if IE]>
1314
<script id="ie-deferred-loader" defer="defer" src=""></script>
14-
<![]-->
15+
<![endif]-->
1516
<script>
1617
require(['jquery', "prototype", "extjs/ext-tree-checkbox"], function(jQuery){
1718

0 commit comments

Comments
 (0)