mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-27 02:46:15 -04:00
changelog, package file and fix for redo
This commit is contained in:
parent
dc1a33bead
commit
e23af7e439
3 changed files with 30 additions and 2 deletions
|
@ -52,5 +52,5 @@
|
|||
"repository" : { "type" : "git",
|
||||
"url" : "http://github.com/ether/etherpad-lite.git"
|
||||
},
|
||||
"version" : "1.3.0"
|
||||
"version" : "1.4.0"
|
||||
}
|
||||
|
|
|
@ -297,7 +297,7 @@ var padeditbar = (function()
|
|||
ace.ace_doUndoRedo(cmd);
|
||||
});
|
||||
|
||||
toolbar.registerAceCommand("redo", function (cmd) {
|
||||
toolbar.registerAceCommand("redo", function (cmd, ace) {
|
||||
ace.ace_doUndoRedo(cmd);
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue