fnp
/
redakcja.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14a909d
)
history fix
author
Radek Czajka
<rczajka@rczajka.pl>
Tue, 27 Jun 2023 11:22:27 +0000
(13:22 +0200)
committer
Radek Czajka
<rczajka@rczajka.pl>
Tue, 27 Jun 2023 11:22:27 +0000
(13:22 +0200)
src/redakcja/static/js/wiki/view_history.js
patch
|
blob
|
history
diff --git
a/src/redakcja/static/js/wiki/view_history.js
b/src/redakcja/static/js/wiki/view_history.js
index
6e30639
..
c56b7f7
100644
(file)
--- 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.before
d
= '';
+ this.before = '';
this.triggerFetch();
};
HistoryPerspective.prototype.stopFetching = function() {