diff --git a/public/static/flowable-modeler/editor-app/configuration/toolbar.js b/public/static/flowable-modeler/editor-app/configuration/toolbar.js index 978055d..20f6994 100644 --- a/public/static/flowable-modeler/editor-app/configuration/toolbar.js +++ b/public/static/flowable-modeler/editor-app/configuration/toolbar.js @@ -21,12 +21,12 @@ FLOWABLE.TOOLBAR_CONFIG = { "cssClass" : "editor-icon editor-icon-save", "action" : "FLOWABLE.TOOLBAR.ACTIONS.saveModel" }, - { - "type" : "button", - "title" : "TOOLBAR.ACTION.VALIDATE", - "cssClass" : "glyphicon glyphicon-ok", - "action": "FLOWABLE.TOOLBAR.ACTIONS.validate" - }, + // { + // "type" : "button", + // "title" : "TOOLBAR.ACTION.VALIDATE", + // "cssClass" : "glyphicon glyphicon-ok", + // "action": "FLOWABLE.TOOLBAR.ACTIONS.validate" + // }, { "type" : "separator", "title" : "", diff --git a/public/static/flowable-modeler/editor-app/editor.html b/public/static/flowable-modeler/editor-app/editor.html index cb70808..1bad5d2 100644 --- a/public/static/flowable-modeler/editor-app/editor.html +++ b/public/static/flowable-modeler/editor-app/editor.html @@ -17,7 +17,7 @@
-