Disabled ajax tracking.

This commit is contained in:
Martin Edenhofer 2015-08-16 13:00:14 +02:00
parent 7dfb3bd642
commit 592b014508

View file

@ -58,6 +58,7 @@ class _trackSingleton
) )
# log ajax calls # log ajax calls
### disabled, only needed for debugging
$(document).bind( 'ajaxComplete', ( e, request, settings ) => $(document).bind( 'ajaxComplete', ( e, request, settings ) =>
# do not log ui requests # do not log ui requests
@ -92,6 +93,7 @@ class _trackSingleton
} }
) )
) )
###
$(window).bind( $(window).bind(
'beforeunload' 'beforeunload'