mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Setup/Tracking
* added tracking code for Google Analytics - enabling is optional - add account in config to enable tracking * removed usage tracking - the results were just seriously depressing..
This commit is contained in:
@@ -16,5 +16,7 @@ $(document).ready(function () {
|
||||
$('.home-featuredbox-links a').hover(
|
||||
function () { $(this).next('var').addClass('active') },
|
||||
function () { $(this).next('var').removeClass('active') }
|
||||
).click(function () { g_trackEvent('Featured Box', 'Click', this.title) }
|
||||
).each( function () { g_trackEvent('Featured Box', 'Impression', this.title) }
|
||||
)
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user