X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/8e8b2c44fc1345b2b4ae2806f2ef5f2187d760c0..618d42c8ba5972668624987393b244cfb2fabfba:/src/redakcja/static/js/wiki/view_history.js 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() {