fnp
/
fnpeditor.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
smartxml: caching text nodes via expando
[fnpeditor.git]
/
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
(file)
--- a/
src/editor/modules/mainBar/mainBar.js
+++ b/
src/editor/modules/mainBar/mainBar.js
@@
-41,8
+41,8
@@
return function(sandbox) {
trigger.text(disabledText);
}
},
- set
Version: function(version
) {
- view.find('.
version').text(version
);
+ set
SummaryView: function(summaryView
) {
+ view.find('.
bottom').prepend(summaryView
);
}
};