fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fixes #849: drama autotagging
[redakcja.git]
/
redakcja
/
static
/
js
/
wiki
/
wikiapi.js
diff --git
a/redakcja/static/js/wiki/wikiapi.js
b/redakcja/static/js/wiki/wikiapi.js
index
a518410
..
97d1886
100644
(file)
--- a/
redakcja/static/js/wiki/wikiapi.js
+++ b/
redakcja/static/js/wiki/wikiapi.js
@@
-163,8
+163,10
@@
url: reverse("ajax_document_rev", self.id),
dataType: 'text',
success: function(data) {
url: reverse("ajax_document_rev", self.id),
dataType: 'text',
success: function(data) {
- if (data == '' && params.error)
- params.error();
+ if (data == '') {
+ if (params.error)
+ params.error();
+ }
else if (data != self.revision)
params.outdated();
}
else if (data != self.revision)
params.outdated();
}