Profiler/Gearscore

* implement gearscore calculation

im sad and i hate myself
This commit is contained in:
Sarjuuk
2018-03-22 15:13:12 +01:00
parent fbcf00e0fc
commit f25498d4d0
14 changed files with 342 additions and 35 deletions

View File

@@ -16,7 +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) }
).click(function () { g_trackEvent('Featured Box', 'Click', this.title) }
).each( function () { g_trackEvent('Featured Box', 'Impression', this.title) }
)
});