From 9edb25d73bbc3262221a7a898bcd61531e2224b7 Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Tue, 27 Jun 2023 13:22:27 +0200 Subject: [PATCH] history fix --- src/redakcja/static/js/wiki/view_history.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/redakcja/static/js/wiki/view_history.js b/src/redakcja/static/js/wiki/view_history.js index 6e306391..c56b7f7a 100644 --- a/src/redakcja/static/js/wiki/view_history.js +++ b/src/redakcja/static/js/wiki/view_history.js @@ -103,7 +103,7 @@ $('#history-view .message-box').html('Wczytywanie historii…').show(); $('#changes-list').html(''); this.finished = false; - this.befored = ''; + this.before = ''; this.triggerFetch(); }; HistoryPerspective.prototype.stopFetching = function() { -- 2.20.1