[DE mobile] Fix loading application
This commit is contained in:
parent
1ed80f9497
commit
30ac0b8b9d
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue