Skip to content

Commit

Permalink
Updated title
Browse files Browse the repository at this point in the history
  • Loading branch information
peterlubbers committed Jul 16, 2012
1 parent 79e38a0 commit 503fd55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion peterlubbers-owc4/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<!DOCTYPE html>
<html>
<head>
<title>Google IO 2012</title>
<title>Open Web Camp IV ApplicationCache Presentation</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<!--<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">-->
Expand Down
2 changes: 1 addition & 1 deletion peterlubbers-owc4/js/slide-deck.js
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ SlideDeck.prototype.loadConfig_ = function(config) {
}

if (settings.title) {
document.title = settings.title.replace(/<br\/?>/, ' ') + ' - Google IO 2012';
document.title = settings.title.replace(/<br\/?>/, ' ') + ' - Open Web Camp IV ApplicationCache Presentation';
document.querySelector('[data-config-title]').innerHTML = settings.title;
}

Expand Down

0 comments on commit 503fd55

Please sign in to comment.