fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Allow wl disconnect.
[redakcja.git]
/
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
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() {