Fix history button ont working the first time

pull/1/head
yflory 4 years ago
parent 95e6163ae7
commit 5f358f62ed

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

Loading…
Cancel
Save