This commit is contained in:
Taly Guryn 2017-08-30 04:14:34 +03:00
commit 3e93bbde3c
3 changed files with 4 additions and 5 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -25,7 +25,6 @@ module.exports = (function (settings) {
if (!editor.tools[toolType] || !editor.tools[toolType].makeSettings ) {
editor.core.log(`Plugin «${toolType}» has no settings`, 'warn');
editor.nodes.pluginSettings.innerHTML = `Плагин «${toolType}» не имеет настроек`;
} else {
@ -171,4 +170,4 @@ module.exports = (function (settings) {
return settings;
})({});
})({});