@brndts/brndts-ads 1.13.11 → 1.13.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -82659,7 +82659,8 @@ var Ads = /*#__PURE__*/ function() {
|
|
82659
82659
|
this.videoAds.start();
|
82660
82660
|
this.staticAds.start();
|
82661
82661
|
this.observer.observe(document.body, {
|
82662
|
-
childList: true
|
82662
|
+
childList: true,
|
82663
|
+
subtree: true
|
82663
82664
|
});
|
82664
82665
|
}
|
82665
82666
|
},
|