Skip to content

Commit 449c2ee

Browse files
authored
Upd. JS parameters. Gathering dynamic lod implemented. (#739)
* Upd. JS parameters. Gathering dynamic lod implemented. * Fix. Code. JS Re-minified. * Fix. JS parameters. Gathering dynamic load fixed. * Upd. JS parameters. Gathering loaded flag implemented. * Fix. Code. JS Re-minified. * Fix. Code. Debug removed. * Fix. Code. Undefined variable fixed. * Fix. Code. Code style fixed. * Fix. JS parameters. Gathering loading fixed. * Fix. JS parameters. Parameters for the caught ajax requests fixed. * Fix. Code. Code style fixed.
1 parent 57b1c1e commit 449c2ee

23 files changed

+977
-152
lines changed

gulpfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ function minify_all_js_files_except_already_bundled() {
3535
'!js/src/cleantalk-admin.js',
3636
'!js/src/common-decoder.js',
3737
'js/src/public-3-trp.js',
38+
'js/src/public-2-gathering-data.js',
3839
])
3940
.pipe(sourcemaps.init())
4041
.pipe(uglify())

inc/cleantalk-common.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -684,6 +684,7 @@ function apbct_get_sender_info()
684684
'bot_detector_prepared_form_exclusions' => apbct__bot_detector_get_prepared_exclusion(),
685685
'bot_detector_frontend_data_log' => apbct__bot_detector_get_fd_log(),
686686
'submit_time_calculation_enabled' => SubmitTimeHandler::isCalculationDisabled() ? 0 : 1,
687+
'ct_gathering_loaded' => Cookie::getBool('ct_gathering_loaded'),
687688
);
688689

689690
// Unset cookies_enabled from sender_info if cookies_type === none

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.

0 commit comments

Comments
 (0)