aboutsummaryrefslogtreecommitdiff
path: root/slide_config.js
diff options
context:
space:
mode:
authorPacien TRAN-GIRARD2014-05-13 16:34:31 +0200
committerPacien TRAN-GIRARD2014-05-13 16:34:31 +0200
commit194dbb4a501f2912ac9f46e7e2cfc6e99e3c7246 (patch)
tree60c00f07682827ca12d6423556e57de567674fdb /slide_config.js
parente9dc2c3cfffd883fb7a6069b37577c770094f04e (diff)
downloadio-slides-remote-194dbb4a501f2912ac9f46e7e2cfc6e99e3c7246.tar.gz
Load GA tracker with requirejs
Diffstat (limited to 'slide_config.js')
-rw-r--r--slide_config.js10
1 files changed, 4 insertions, 6 deletions
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 = {
8 // date: '6/x/2013' 8 // date: '6/x/2013'
9 // }, 9 // },
10 useBuilds : true, // Default: true. False will turn off slide 10 useBuilds : true, // Default: true. False will turn off slide
11 // animation builds. 11 // animation builds.
12 usePrettify : true, // Default: true 12 usePrettify : true, // Default: true
13 enableSlideAreas : true, // Default: true. False turns off the click 13 enableSlideAreas : true, // Default: true. False turns off the click
14 // areas on either slide of the slides. 14 // areas on either slide of the slides.
15 enableTouch : true, // Default: true. If touch support should enabled. 15 enableTouch : true, // Default: true. If touch support should enabled.
16 // Note: the device must support touch. 16 // Note: the device must support touch.
17 // analytics: 'UA-XXXXXXXX-1', // TODO: Using this breaks GA for some 17 // analytics: 'UA-XXXXXXXX-1', // Google Analytics account ID
18 // reason (probably requirejs). Update your tracking code in
19 // template.html instead.
20 favIcon : 'images/google_developers_logo_tiny.png', 18 favIcon : 'images/google_developers_logo_tiny.png',
21 fonts : [ 'Open Sans:regular,semibold,italic,italicsemibold', 19 fonts : [ 'Open Sans:regular,semibold,italic,italicsemibold',
22 'Source Code Pro' ], 20 'Source Code Pro' ],