From 5f358f62edb24e59bae6c0b3cd41a309c71d1293 Mon Sep 17 00:00:00 2001 From: yflory Date: Mon, 28 Sep 2020 16:45:39 +0200 Subject: [PATCH] Fix history button ont working the first time --- www/common/sframe-common-history.js | 1 - 1 file changed, 1 deletion(-) diff --git a/www/common/sframe-common-history.js b/www/common/sframe-common-history.js index cf4912786..697cb7be1 100644 --- a/www/common/sframe-common-history.js +++ b/www/common/sframe-common-history.js @@ -567,7 +567,6 @@ define([ if (err) { throw new Error(err); } update(newRt); display(); - c = states.length - 1; if (isFull) { $loadMore.off('click').hide(); $version.show();