File tree 1 file changed +15
-15
lines changed
1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -162,21 +162,21 @@ class Blocked {
162
162
</a>
163
163
</h2>` ;
164
164
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
+ // }
180
180
181
181
const html = `
182
182
${ headerText }
You can’t perform that action at this time.
0 commit comments