Fix history button ont working the first time

This commit is contained in:
yflory 2020-09-28 16:45:39 +02:00
parent 95e6163ae7
commit 5f358f62ed

View file

@ -567,7 +567,6 @@ define([
if (err) { throw new Error(err); } if (err) { throw new Error(err); }
update(newRt); update(newRt);
display(); display();
c = states.length - 1;
if (isFull) { if (isFull) {
$loadMore.off('click').hide(); $loadMore.off('click').hide();
$version.show(); $version.show();