X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=js%2F90-ga.js;h=fece905c0edce6689930a2afcc77d8be870a574f;hb=63d6fafab02d9aadb96c9d4bf43e7674cb77b489;hp=4c829f15cbd4b2b3cce9858980d17b604773d710;hpb=45aae842a6659f3d51b8a2f93912e0520f12e64f;p=gruntmaster-page.git diff --git a/js/90-ga.js b/js/90-ga.js index 4c829f1..fece905 100644 --- a/js/90-ga.js +++ b/js/90-ga.js @@ -7,5 +7,8 @@ if(!dnt) { })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-47497115-1', 'mindcoding.ro'); + var theme = localStorage.getItem("theme"); + if(theme) + ga('set', 'dimension1', theme); ga('send', 'pageview'); }