diff --git a/Gallery/elements/ga-app.html b/Gallery/elements/ga-app.html
index f767014..87b1a22 100644
--- a/Gallery/elements/ga-app.html
+++ b/Gallery/elements/ga-app.html
@@ -28,7 +28,7 @@
Polymer('ga-app', {
selectedPanel: 'main',
searchSlideOpened: false,
- inserted: function() {
+ enteredDocument: function() {
this.selectedPanelChanged();
this.search();
},
diff --git a/MemoryGame/index.html b/MemoryGame/index.html
index 4543266..e64263f 100644
--- a/MemoryGame/index.html
+++ b/MemoryGame/index.html
@@ -45,7 +45,7 @@