Fix plugins
This commit is contained in:
parent
9791c7093f
commit
4c8196aac4
|
@ -663,11 +663,13 @@ define([
|
|||
return text;
|
||||
});
|
||||
}).then(function ()
|
||||
{
|
||||
me.customPluginsComplete = true;
|
||||
}).catch(function(err)
|
||||
{
|
||||
me.customPluginsComplete = true;
|
||||
});
|
||||
})
|
||||
.catch(function(err)
|
||||
}).catch(function(err)
|
||||
{
|
||||
me.customPluginsComplete = true;
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue