add google analytics code

This commit is contained in:
Roman Shtylman
2013-11-24 18:16:10 -05:00
parent b6abd16383
commit 10e75c348c
2 changed files with 11 additions and 0 deletions

View File

@@ -34,3 +34,6 @@ socket.on('close', function () {
request_counter.incrementTo(0);
user_counter.incrementTo(0);
});
// load google analytics after above starts
require('./ga');