Skip to content

Commit 8ed911e

Browse files
authored
Merge pull request #210 from GameDistribution/new-branch
version-change
2 parents 9252712 + 6789a78 commit 8ed911e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

blocked.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
if (d.getElementById(id)) return;
1616
js = d.createElement(s);
1717
js.id = id;
18-
//js.src = "./lib/blocked.js";
18+
// js.src = "../blocked/blocked.js";
1919
js.src = "https://html5.api.gamedistribution.com/blocked.min.js";
2020
fjs.parentNode.insertBefore(js, fjs);
2121
})(document, "script", "gamedistribution-jssdkblocked");

blocked/blocked.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class Blocked {
2929

3030
// Set a version banner within the developer console.
3131
const banner = console.log(
32-
'%c %c %c GameDistribution.com BLOCKED! %c %c %c Webmaster; please contact info@gamedistribution.com ',
32+
'%c %c %c GameDistribution.com BLOCKED! %c %c %c It seems this website has not finished the onboarding process or has not registered to GameDistribution.com. Check on your onboarding process or contact customer support. ',
3333
'background: #9854d8',
3434
'background: #6c2ca7', 'color: #fff; background: #450f78;',
3535
'background: #6c2ca7', 'background: #9854d8',
@@ -155,10 +155,10 @@ class Blocked {
155155
// const html = `<h1>The game is blocked for this website.</h1>`;
156156

157157
let headerText = `
158-
<h1>${this.options.title} is blocked for this website.</h1>
158+
<h1>${this.options.title} is not available here.</h1>
159159
<h2>If you want to play <b><span style='font-size:1.1em'>${this.options.title}</span></b>,
160160
<a href="${this.options.url}" target="_blank">
161-
click Play
161+
Click here to Play
162162
</a>
163163
</h2>`;
164164

0 commit comments

Comments
 (0)