Skip to content

Commit

Permalink
Todo fixed : Display a message when there is no activity matching the…
Browse files Browse the repository at this point in the history
… search in listview
  • Loading branch information
hharshas committed Mar 14, 2024
1 parent 0da9cef commit f16a4a9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions activities/Fototoon.activity/js/activity.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,7 @@ define(["sugar-web/activity/activity","sugar-web/datastore","sugar-web/env","tex
element.src = text;
}
element.onload = function () {
toonModel.addGlobe(toon.TYPE_RECTANGLE, element.src);
// toonModel.addImage(element.src);
toonModel.addImage(element.src);
};
});
}, { mimetype: 'image/png' }, { mimetype: 'image/jpeg' }, { activity: 'org.olpcfrance.PaintActivity'});
Expand Down

0 comments on commit f16a4a9

Please sign in to comment.