[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',
|
'documenteditor/mobile/app/controller/add/AddOther',
|
||||||
'common/mobile/lib/controller/Collaboration'
|
'common/mobile/lib/controller/Collaboration'
|
||||||
], function() {
|
], function() {
|
||||||
|
require(['documenteditor/mobile/app/controller/FeatureEdit'], function () {
|
||||||
app.start();
|
app.start();
|
||||||
|
}, function (error) {
|
||||||
|
app.start();
|
||||||
|
});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
}, function(err) {
|
}, function(err) {
|
||||||
|
|
Loading…
Reference in a new issue