history fix
authorRadek Czajka <rczajka@rczajka.pl>
Tue, 27 Jun 2023 11:22:27 +0000 (13:22 +0200)
committerRadek Czajka <rczajka@rczajka.pl>
Tue, 27 Jun 2023 11:22:27 +0000 (13:22 +0200)
src/redakcja/static/js/wiki/view_history.js

index 6e30639..c56b7f7 100644 (file)
         $('#history-view .message-box').html('Wczytywanie historii…').show();
         $('#changes-list').html('');
         this.finished = false;
-        this.befored = '';
+        this.before = '';
         this.triggerFetch();
     };
     HistoryPerspective.prototype.stopFetching = function() {