Skip to content

Commit 90067be

Browse files
committed
Fix. Code. JS loading by defer fixed.
1 parent 90d044c commit 90067be

17 files changed

Lines changed: 44 additions & 53 deletions

js/apbct-public-bundle.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/apbct-public-bundle_ext-protection.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/apbct-public-bundle_ext-protection_gathering.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/apbct-public-bundle_full-protection.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/apbct-public-bundle_full-protection_gathering.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/apbct-public-bundle_gathering.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/apbct-public-bundle_int-protection.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/apbct-public-bundle_int-protection_gathering.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/prebuild/apbct-public-bundle.js

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4171,6 +4171,10 @@ async function apbct_ready() {
41714171
apbctLocalStorage.set('apbct_existing_visitor', 1);
41724172
}
41734173

4174+
const defaultFetch = window.fetch;
4175+
const defaultSend = XMLHttpRequest.prototype.send;
4176+
let tokenCheckerIntervalId; // eslint-disable-line no-unused-vars
4177+
41744178
if (ctPublic.data__key_is_ok) {
41754179
if (document.readyState !== 'loading') {
41764180
apbct_ready();
@@ -4184,11 +4188,6 @@ if (ctPublic.data__key_is_ok) {
41844188
}
41854189
}
41864190

4187-
const defaultFetch = window.fetch;
4188-
const defaultSend = XMLHttpRequest.prototype.send;
4189-
4190-
let tokenCheckerIntervalId; // eslint-disable-line no-unused-vars
4191-
41924191
/**
41934192
* Run cron jobs
41944193
*/

js/prebuild/apbct-public-bundle_ext-protection.js

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4171,6 +4171,10 @@ async function apbct_ready() {
41714171
apbctLocalStorage.set('apbct_existing_visitor', 1);
41724172
}
41734173

4174+
const defaultFetch = window.fetch;
4175+
const defaultSend = XMLHttpRequest.prototype.send;
4176+
let tokenCheckerIntervalId; // eslint-disable-line no-unused-vars
4177+
41744178
if (ctPublic.data__key_is_ok) {
41754179
if (document.readyState !== 'loading') {
41764180
apbct_ready();
@@ -4184,11 +4188,6 @@ if (ctPublic.data__key_is_ok) {
41844188
}
41854189
}
41864190

4187-
const defaultFetch = window.fetch;
4188-
const defaultSend = XMLHttpRequest.prototype.send;
4189-
4190-
let tokenCheckerIntervalId; // eslint-disable-line no-unused-vars
4191-
41924191
/**
41934192
* Run cron jobs
41944193
*/

0 commit comments

Comments
 (0)