diff --git a/src/index.html b/src/index.html
index 845bb1b..732cdfb 100644
--- a/src/index.html
+++ b/src/index.html
@@ -37,7 +37,7 @@
-
+
{% include './templates/stage.html' %}
{% include './templates/gameUi.html' %}
{% include './templates/menu.html' %}
diff --git a/src/state/index.js b/src/state/index.js
index b91feaf..8da85e8 100644
--- a/src/state/index.js
+++ b/src/state/index.js
@@ -40,6 +40,7 @@ AFRAME.registerState({
screen: hasInitialChallenge ? 'challenge' : 'home',
screenHistory: [],
search: {
+ active: false,
page: 0,
hasNext: false,
hasPrev: false,