Fix plugins

This commit is contained in:
Julia Radzhabova 2019-05-22 17:42:23 +03:00
parent 9791c7093f
commit 4c8196aac4

View file

@ -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;
}); });