From: Aleksander Ɓukasz <aleksander.lukasz@nowoczesnapolska.org.pl>
Date: Fri, 21 Mar 2014 13:33:12 +0000 (+0100)
Subject: editor: don't show node pane and node family tree
X-Git-Url: https://git.mdrn.pl/fnpeditor.git/commitdiff_plain/580d8a5bddb9f4b5fc1525b018bd500f793d7137?hp=f87e22ff51c4626e3fbe446ee13693305901c8d6

editor: don't show node pane and node family tree
---

diff --git a/src/editor/modules/rng/rng.js b/src/editor/modules/rng/rng.js
index c1382fd..1d71439 100644
--- a/src/editor/modules/rng/rng.js
+++ b/src/editor/modules/rng/rng.js
@@ -97,7 +97,7 @@ return function(sandbox) {
 
             sandbox.getModule('mainBar').setCommandEnabled('drop-draft', usingDraft);
 
-            _.each(['sourceEditor', 'documentCanvas', 'documentToolbar', 'nodePane', 'metadataEditor', 'nodeFamilyTree', 'nodeBreadCrumbs', 'mainBar', 'indicator', 'documentHistory', 'diffViewer'], function(moduleName) {
+            _.each(['sourceEditor', 'documentCanvas', 'documentToolbar', 'metadataEditor', 'nodeBreadCrumbs', 'mainBar', 'indicator', 'documentHistory', 'diffViewer'], function(moduleName) {
                 sandbox.getModule(moduleName).start();
             });