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