fnp
/
fnpeditor.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix in documentHistory
[fnpeditor.git]
/
modules
/
rng
/
rng.js
diff --git
a/modules/rng/rng.js
b/modules/rng/rng.js
index
43216bd
..
e3e97ed
100644
(file)
--- a/
modules/rng/rng.js
+++ b/
modules/rng/rng.js
@@
-132,7
+132,7
@@
return function(sandbox) {
},
\r
savingEnded: function(status) {
\r
sandbox.getModule('mainBar').setCommandEnabled('save', true);
\r
},
\r
savingEnded: function(status) {
\r
sandbox.getModule('mainBar').setCommandEnabled('save', true);
\r
- sandbox.getModule('indicator').clearMessage();
\r
+ sandbox.getModule('indicator').clearMessage(
{message:'Dokument zapisany'}
);
\r
},
\r
historyItemAdded: function(item) {
\r
sandbox.getModule('documentHistory').addHistory([item], {animate: true});
\r
},
\r
historyItemAdded: function(item) {
\r
sandbox.getModule('documentHistory').addHistory([item], {animate: true});
\r