Skip to content

Commit ffa3443

Browse files
committed
MAGE-822 Removed polyfill script
1 parent f0010a3 commit ffa3443

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

view/frontend/templates/internals/configuration.phtml

100644100755
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
$configuration = $block->getConfiguration();
66

77
?>
8-
<script src="https://polyfill.io/v3/polyfill.min.js?features=default%2CArray.prototype.includes%2CPromise" crossorigin="anonymous"></script>
98
<script>
109
<?php
1110
if ($configuration['instant']['enabled'] === true && $configuration['isSearchPage'] === true) :
@@ -18,4 +17,4 @@ $configuration = $block->getConfiguration();
1817
?>
1918

2019
window.algoliaConfig = <?php /* @noEscape */ echo json_encode($configuration); ?>;
21-
</script>
20+
</script>

0 commit comments

Comments
 (0)