diff --git a/index.html b/index.html
index 44ea1d4..d15933c 100644
--- a/index.html
+++ b/index.html
@@ -44,6 +44,10 @@
+
diff --git a/platformer.js b/platformer.js
index dfbc22b..b97c5a0 100644
--- a/platformer.js
+++ b/platformer.js
@@ -135,6 +135,7 @@ Q.load("sprites.png, sprites.json, level.json, tiles.png, background.png, nochma
Q.compileSheets("sprites.png","sprites.json");
Q.stageScene("level1");
+ $(loading).hide();
});
});