aboutsummaryrefslogtreecommitdiff
path: root/slide_config.js
diff options
context:
space:
mode:
authorPacien TRAN-GIRARD2014-05-12 21:43:55 +0200
committerPacien TRAN-GIRARD2014-05-12 21:43:55 +0200
commitd672828022e5886436237f94eaecefd5e36df123 (patch)
tree010b733fe4169823657162e5872f842a54bcfb0e /slide_config.js
parent765d63c299db8b75217b578b3a295fbce5d7abd3 (diff)
downloadio-slides-remote-d672828022e5886436237f94eaecefd5e36df123.tar.gz
Implement remote control
Diffstat (limited to 'slide_config.js')
-rw-r--r--slide_config.js6
1 files changed, 4 insertions, 2 deletions
diff --git a/slide_config.js b/slide_config.js
index 8cb5c2e..83ab855 100644
--- a/slide_config.js
+++ b/slide_config.js
@@ -20,8 +20,10 @@ var SLIDE_CONFIG = {
20 favIcon : 'images/google_developers_logo_tiny.png', 20 favIcon : 'images/google_developers_logo_tiny.png',
21 fonts : [ 'Open Sans:regular,semibold,italic,italicsemibold', 21 fonts : [ 'Open Sans:regular,semibold,italic,italicsemibold',
22 'Source Code Pro' ], 22 'Source Code Pro' ],
23 // theme: ['mytheme'], // Add your own custom themes or styles in 23 // theme: ['mytheme'], // Add your own custom themes or styles in
24 // /theme/css. Leave off the .css extension. 24 // /theme/css. Leave off the .css extension.
25 remoteSocket : "https://webcastor.herokuapp.com/",
26 remoteChannel : "HV2F4V4R",
25 }, 27 },
26 28
27 // Author information 29 // Author information