mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-28 19:29:15 -04:00
More or less working goToRevision
There are still some bugs in the traversal algorithm, as well as bugs being triggered in the server. Also, for some reason it looks like there is a problem with the attribute pool not containing certain elements.
This commit is contained in:
parent
f49abe61b7
commit
3013bab251
4 changed files with 51 additions and 25 deletions
|
@ -112,8 +112,6 @@ function init(tsclient, fireWhenAllScriptsAreLoaded)
|
|||
var rev = Number(window.location.hash.substr(1));
|
||||
if(!isNaN(rev))
|
||||
tsui.goToRevision(rev);
|
||||
} else {
|
||||
//tsui.goToRevision()
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue