From 194dbb4a501f2912ac9f46e7e2cfc6e99e3c7246 Mon Sep 17 00:00:00 2001 From: Pacien TRAN-GIRARD Date: Tue, 13 May 2014 16:34:31 +0200 Subject: Load GA tracker with requirejs --- slide_config.js | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'slide_config.js') diff --git a/slide_config.js b/slide_config.js index 83ab855..4d0d89d 100644 --- a/slide_config.js +++ b/slide_config.js @@ -8,15 +8,13 @@ var SLIDE_CONFIG = { // date: '6/x/2013' // }, useBuilds : true, // Default: true. False will turn off slide - // animation builds. + // animation builds. usePrettify : true, // Default: true enableSlideAreas : true, // Default: true. False turns off the click - // areas on either slide of the slides. + // areas on either slide of the slides. enableTouch : true, // Default: true. If touch support should enabled. - // Note: the device must support touch. - // analytics: 'UA-XXXXXXXX-1', // TODO: Using this breaks GA for some - // reason (probably requirejs). Update your tracking code in - // template.html instead. + // Note: the device must support touch. + // analytics: 'UA-XXXXXXXX-1', // Google Analytics account ID favIcon : 'images/google_developers_logo_tiny.png', fonts : [ 'Open Sans:regular,semibold,italic,italicsemibold', 'Source Code Pro' ], -- cgit v1.2.3