Pageviews

This commit is contained in:
C9 2012-10-07 10:51:04 -04:00
commit 68f1c3a816

View file

@ -102,6 +102,7 @@ $(function() {
});
$(window).on("hashchange", function(e) {
_gaq.push(['_trackPageview',location.pathname + location.search + location.hash]);
tabs.each(function() {
var idx = $.bbq.getState("nav") || "about";
var section = e.fragment.split("&")[1] || "";