Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion dist/doboard-widget-bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -11615,7 +11615,9 @@ function spotFixInit() {
wsSpotfix.subscribe();
new SpotFixSourcesLoader();
new CleanTalkWidgetDoboard({}, 'wrap');
loadBotDetector();
if(!localStorage.getItem('spotfix_session_id')) {
loadBotDetector();
}

const projectToken = localStorage.getItem('spotfix_project_token');
const accountId = localStorage.getItem('spotfix_company_id');
Expand Down
2 changes: 1 addition & 1 deletion dist/doboard-widget-bundle.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/doboard-widget-bundle.min.js.map

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion js/src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ function spotFixInit() {
wsSpotfix.subscribe();
new SpotFixSourcesLoader();
new CleanTalkWidgetDoboard({}, 'wrap');
loadBotDetector();
if(!localStorage.getItem('spotfix_session_id')) {
loadBotDetector();
}
Comment thread
veronika-tseleva-cleantalk marked this conversation as resolved.

const projectToken = localStorage.getItem('spotfix_project_token');
const accountId = localStorage.getItem('spotfix_company_id');
Expand Down
Loading