Skip to content

Commit ca53161

Browse files
authored
Remove Polyfill.io
1 parent 9604cce commit ca53161

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/fields/MapField.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,6 @@ private function _renderMap (Map $value, bool $isSettings = false): string
479479

480480
$containerId = 'map-' . $this->id . 'container';
481481
$vueContainerId = $view->namespaceInputId($containerId);
482-
$view->registerJsFile('https://polyfill.io/v3/polyfill.min.js?flags=gated&features=default%2CIntersectionObserver%2CIntersectionObserverEntry');
483482
$view->registerAssetBundle(MapAsset::class);
484483
$view->registerJs('new Vue({ el: \'#' . $vueContainerId . '\' });');
485484
$view->registerTranslations('simplemap', [

0 commit comments

Comments
 (0)