Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Acode-Foundation/Acode
/ hideActiveBanner
Function
hideActiveBanner
src/lib/adRewards.js:89–94 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
87
}
88
89
function
hideActiveBanner() {
90
if
(bannerAd?.active) {
91
bannerAd.active = false;
92
bannerAd.hide?.();
93
}
94
}
95
96
function
notify(title, message,
type
=
"info"
) {
97
toast(message, 4000);
Callers
1
watchOffer
Function · 0.85
Calls
1
hide
Method · 0.45
Tested by
no test coverage detected