Merge branch 'master' into courseware

This commit is contained in:
Nathan Leniz
2015-02-04 21:28:41 -05:00
6 changed files with 17 additions and 15 deletions

View File

@@ -1,5 +1,5 @@
$(document).ready(function() {
if (bonfireName !== undefined) {
if (bonfireName) {
ga('send', 'event', 'Bonfire', 'load', bonfireName + ':' + Math.floor(Date.now() / 1000));
}