diff --git a/layouts/partials/js.html b/layouts/partials/js.html index 1deefc92..f6b31ea4 100644 --- a/layouts/partials/js.html +++ b/layouts/partials/js.html @@ -68,7 +68,6 @@ } $(document).ready(function() { - checkTrack(); $('.js-tooltip').tooltip({container: "body"}); $('.js-copy').click(function() { var el = $(this); @@ -108,10 +107,6 @@ processGraphVizSections(); }, 1); }); - - $('#priv').on('click', function(e) { - openPrivacy(); - });