Skip to content

Commit ffa98b0

Browse files
committed
Fix. Code. Undefined variable fixed.
1 parent 0fb9702 commit ffa98b0

17 files changed

+26
-26
lines changed

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4016,8 +4016,8 @@ async function apbctImportScript(scriptAbsolutePath) {
40164016
};
40174017

40184018
script.onerror = function () {
4019-
// Failed to load Gathering data script from `fullPath`
4020-
reject(new Error('Script loading failed: ' + fullPath));
4019+
// Failed to load Gathering data script from `scriptAbsolutePath`
4020+
reject(new Error('Script loading failed: ' + scriptAbsolutePath));
40214021
};
40224022

40234023
document.head.appendChild(script);

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4016,8 +4016,8 @@ async function apbctImportScript(scriptAbsolutePath) {
40164016
};
40174017

40184018
script.onerror = function () {
4019-
// Failed to load Gathering data script from `fullPath`
4020-
reject(new Error('Script loading failed: ' + fullPath));
4019+
// Failed to load Gathering data script from `scriptAbsolutePath`
4020+
reject(new Error('Script loading failed: ' + scriptAbsolutePath));
40214021
};
40224022

40234023
document.head.appendChild(script);

0 commit comments

Comments
 (0)