X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/f87e22ff51c4626e3fbe446ee13693305901c8d6..6473eb47e2b1b17a3935cbfae451199123607bc9:/src/editor/modules/mainBar/mainBar.js

diff --git a/src/editor/modules/mainBar/mainBar.js b/src/editor/modules/mainBar/mainBar.js
index 0563b7c..e5cf522 100644
--- a/src/editor/modules/mainBar/mainBar.js
+++ b/src/editor/modules/mainBar/mainBar.js
@@ -41,8 +41,8 @@ return function(sandbox) {
                 trigger.text(disabledText);
             }
         },
-        setVersion: function(version) {
-            view.find('.version').text(version);
+        setSummaryView: function(summaryView) {
+            view.find('.bottom').prepend(summaryView);
         }
     };