aboutsummaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorEric Bidelman2012-04-09 20:10:25 -0700
committerEric Bidelman2012-04-09 20:10:25 -0700
commit3e6c68e22533bf589243cd5fdc95be819e4cb1ac (patch)
treec1d6e24e30f6f393e1828103da6e39287e944f2d /js
parentca26979ec3e0f76c6623e9b488bfb976cd976566 (diff)
downloadio-slides-remote-3e6c68e22533bf589243cd5fdc95be819e4cb1ac.tar.gz
io logo on title slide
Diffstat (limited to 'js')
-rw-r--r--js/slides.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/slides.js b/js/slides.js
index e397d96..1a6bb57 100644
--- a/js/slides.js
+++ b/js/slides.js
@@ -176,11 +176,11 @@ SlideDeck.prototype.loadConfig_ = function() {
176 176
177 if (settings.title) { 177 if (settings.title) {
178 document.title = settings.title + ' - Google IO 2012'; 178 document.title = settings.title + ' - Google IO 2012';
179 document.querySelector('[data-config-title]').textContent = settings.title; 179 document.querySelector('[data-config-title]').innerHTML = settings.title;
180 } 180 }
181 181
182 if (settings.subtitle) { 182 if (settings.subtitle) {
183 document.querySelector('[data-config-subtitle]').textContent = settings.subtitle; 183 document.querySelector('[data-config-subtitle]').innerHTML = settings.subtitle;
184 } 184 }
185 185
186 if (this.config_.presenters) { 186 if (this.config_.presenters) {