diff --git a/apps/documenteditor/mobile/app.js b/apps/documenteditor/mobile/app.js index dba0a47b4..7906d27c3 100644 --- a/apps/documenteditor/mobile/app.js +++ b/apps/documenteditor/mobile/app.js @@ -234,7 +234,11 @@ require([ 'documenteditor/mobile/app/controller/add/AddOther', 'common/mobile/lib/controller/Collaboration' ], function() { - app.start(); + require(['documenteditor/mobile/app/controller/FeatureEdit'], function () { + app.start(); + }, function (error) { + app.start(); + }); }); }); }, function(err) {