Removed some wrong code
This commit is contained in:
parent
7121bb7978
commit
aa87d7901e
@ -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;
|
||||
|
Reference in New Issue
Block a user