diff --git a/memorytrainer.app.js b/memorytrainer.app.js index 2f5bd11..20aaccc 100644 --- a/memorytrainer.app.js +++ b/memorytrainer.app.js @@ -34,11 +34,6 @@ function animate100x100img_big2small(img, minscale, maxscale) { } } -function setup_wizard() { - g.clear(); - E.show -} - function welcome(new_user) { var brain_trainer_text = storage.readJSON("memorytrainer.icons.json", true).brain_trainer_text; var img_brain_trainer_text = brain_trainer_text.data; @@ -61,7 +56,7 @@ function welcome(new_user) { // now the real code begins var settings = getSettings(); -animate100x100img_big2small(storage.read("memorytrainer.img"), 0.1, 1.5); +animate100x100img_big2small(storage.read("memorytrainer.png"), 0.1, 1.5); if(settings.firstrun) { welcome(true); settings.firstrun = false;