X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=js%2F90-ga.js;h=7e7feed6154e00a010b0a8a3863111bd8aaebc4e;hb=f71f73b3854b206f618d1f3a783e0ce00f7de3d2;hp=4c829f15cbd4b2b3cce9858980d17b604773d710;hpb=4c2a2b73f00911aba70d00cc11fbcb3becb72ca6;p=plack-app-gruntmaster.git diff --git a/js/90-ga.js b/js/90-ga.js index 4c829f1..7e7feed 100644 --- a/js/90-ga.js +++ b/js/90-ga.js @@ -8,4 +8,7 @@ if(!dnt) { ga('create', 'UA-47497115-1', 'mindcoding.ro'); ga('send', 'pageview'); + var theme = localStorage.getItem("theme"); + if(theme) + ga('send', 'event', 'theme', theme); }