Disabled ajax tracking.
This commit is contained in:
parent
7dfb3bd642
commit
592b014508
1 changed files with 2 additions and 0 deletions
|
@ -58,6 +58,7 @@ class _trackSingleton
|
|||
)
|
||||
|
||||
# log ajax calls
|
||||
### disabled, only needed for debugging
|
||||
$(document).bind( 'ajaxComplete', ( e, request, settings ) =>
|
||||
|
||||
# do not log ui requests
|
||||
|
@ -92,6 +93,7 @@ class _trackSingleton
|
|||
}
|
||||
)
|
||||
)
|
||||
###
|
||||
|
||||
$(window).bind(
|
||||
'beforeunload'
|
||||
|
|
Loading…
Reference in a new issue