X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/7263e5132059abc0e93deac2175db475f90e7617..246796cf3b707c4c340edc7a1d51946fff8a278e:/src/editor/modules/rng/rng.js diff --git a/src/editor/modules/rng/rng.js b/src/editor/modules/rng/rng.js index fc82fc8..f933ec1 100644 --- a/src/editor/modules/rng/rng.js +++ b/src/editor/modules/rng/rng.js @@ -16,11 +16,11 @@ return function(sandbox) { /* globals gettext */ var logger = logging.getLogger('editor.modules.rng'); - + function addMainTab(title, slug, view) { - views.mainTabs.addTab(title, slug, view); + views.mainTabs.addTab(title, slug, view, sandbox.getTutorialItem(slug)); } - + var commands = { refreshCanvasSelection: function(selection) { var fragment = selection.toDocumentFragment(); @@ -30,7 +30,7 @@ return function(sandbox) { var views = { - mainLayout: new layout.Layout(mainLayoutTemplate), + mainLayout: new layout.Layout(mainLayoutTemplate, sandbox.getTutorialItem('statusBar')), mainTabs: (new tabs.View()).render(), visualEditing: new layout.Layout(visualEditingLayoutTemplate), diffLayout: new layout.Layout(diffLayoutTemplate)