base.js 146 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 function pagehit(path_info) { jQuery.ajax({ url: '/api/hit/', type: 'POST', data: {'path_info': path_info}, }); }