Skip to content

Commit 6f5bcc7

Browse files
author
s.akay1
committed
close-part
1 parent cc2f5e2 commit 6f5bcc7

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

blocked/blocked.js

+15-15
Original file line numberDiff line numberDiff line change
@@ -162,21 +162,21 @@ class Blocked {
162162
</a>
163163
</h2>`;
164164

165-
if (this.options.unregistered === true) {
166-
headerText = `
167-
<h1>${this.options.title} is not available here.
168-
<a href="${this.options.url}" target="_blank">
169-
Click here to Play
170-
</a>
171-
</h1>
172-
<h2>It seems this website has not finished the onboarding process or has not registered to
173-
<a href="https://gamedistribution.com" target="_blank">
174-
Gamedistribution.com.
175-
</a>
176-
<br/>
177-
<br/>Please sign up <a href="${this.options.url}" target="_blank">here</a>or check on your onboarding process.
178-
</h2>`;
179-
}
165+
// if (this.options.unregistered === true) {
166+
// headerText = `
167+
// <h1>${this.options.title} is not available here.
168+
// <a href="${this.options.url}" target="_blank">
169+
// Click here to Play
170+
// </a>
171+
// </h1>
172+
// <h2>It seems this website has not finished the onboarding process or has not registered to
173+
// <a href="https://gamedistribution.com" target="_blank">
174+
// Gamedistribution.com.
175+
// </a>
176+
// <br/>
177+
// <br/>Please sign up <a href="${this.options.url}" target="_blank">here</a>or check on your onboarding process.
178+
// </h2>`;
179+
// }
180180

181181
const html = `
182182
${headerText}

0 commit comments

Comments
 (0)