Skip to content

Commit 569e2ee

Browse files
authored
Merge branch 'main' into sauce-visual-api-lifecycle
2 parents 20b46f5 + 7ecf678 commit 569e2ee

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/plugins/beamer/index.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ module.exports = function (context) {
3434
product_id : 'WyhkZHOU27797',
3535
${selector},
3636
${display},
37+
callback: function() {
38+
setTimeout(function() {
39+
window.Beamer.enableFaviconNotification = false;
40+
}, 0);
41+
},
3742
};`,
3843
},
3944
{

0 commit comments

Comments
 (0)