diff --git a/index.html b/index.html
index a5918a9..f7269a6 100644
--- a/index.html
+++ b/index.html
@@ -86,7 +86,7 @@
-
+
@@ -98,8 +98,8 @@
-
-
+
+
diff --git a/static/js/index.js b/static/js/index.js
index 99f1f9c..fa11ced 100644
--- a/static/js/index.js
+++ b/static/js/index.js
@@ -15,8 +15,8 @@ function attachListeners() {
$('#showAppsButton').on('click', showAppsPushed);
$('#selectGame').on('change', gameSelectUpdated);
$('#startGameButton').on('click', startSelectedGame);
- $('#CancelReplaceApp').on('click', cancelReplaceApp);
- $('#ContinueReplaceApp').on('click', continueReplaceApp);
+ $('#cancelReplaceApp').on('click', cancelReplaceApp);
+ $('#continueReplaceApp').on('click', continueReplaceApp);
$('#quitGameButton').on('click', stopGame);
$(window).resize(fullscreenNaclModule);
}