We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6447449 commit 95ec89cCopy full SHA for 95ec89c
1 file changed
theme/sponsor.js
@@ -162,15 +162,7 @@
162
return false
163
}
164
165
- if (
166
- window.location.hostname === "localhost" ||
167
- window.location.hostname === "127.0.0.1" ||
168
- window.location.hostname === "::1"
169
- ) {
170
- return true
171
- }
172
-
173
- return Math.floor(Math.random() * 5) !== 0
+ return false
174
175
176
async function loadBsaSponsor() {
0 commit comments