Skip to content

Commit

Permalink
Added IntersectionObserver polyfill to fix Domain View page in Safari
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverFire committed Feb 28, 2019
1 parent 9445adb commit 1662f92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/assets/AppAsset.php
Expand Up @@ -29,6 +29,7 @@ class AppAsset extends AssetBundle
];
public $js = [
'js/panel.js',
'//polyfill.io/v2/polyfill.min.js?features=IntersectionObserver',
];
public $depends = [
YiiAsset::class,
Expand Down

0 comments on commit 1662f92

Please sign in to comment.