history fix
[redakcja.git] / 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() {