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:
s1341 2013-12-14 19:31:24 +02:00
parent f49abe61b7
commit 3013bab251
4 changed files with 51 additions and 25 deletions

View file

@ -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()
}