mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 22:23:33 +01:00
more fixes
This commit is contained in:
parent
12aac2d0d0
commit
3fe58068c0
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ function loadBroadcastRevisionsJS()
|
|||
});
|
||||
}
|
||||
|
||||
var revisionInfo = {};
|
||||
revisionInfo = {};
|
||||
revisionInfo.addChangeset = function(fromIndex, toIndex, changeset, backChangeset, timeDelta)
|
||||
{
|
||||
var startRevision = revisionInfo[fromIndex] || revisionInfo.createNew(fromIndex);
|
||||
|
|
Loading…
Reference in a new issue