fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Merge branch 'master' of git@github.com:fnp/redakcja
[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
27ab97e
..
ad31af3
100644
(file)
--- a/
redakcja/static/js/wiki/wikiapi.js
+++ b/
redakcja/static/js/wiki/wikiapi.js
@@
-7,8
+7,8
@@
failure: noop
};
/*
failure: noop
};
/*
- * Return absolute reverse path of given named view.
- *
(at least he have it
hard-coded in one place)
+ * Return absolute reverse path of given named view.
(at least he have it
+ * hard-coded in one place)
*
* TODO: think of a way, not to hard-code it here ;)
*
*
* TODO: think of a way, not to hard-code it here ;)
*
@@
-33,7
+33,7
@@
if (vname == "ajax_document_gallery") {
if (vname == "ajax_document_gallery") {
- return base_path + "/
gallery/" + arguments[1]
;
+ return base_path + "/
" + arguments[1] + "/gallery"
;
}
if (vname == "ajax_document_diff")
}
if (vname == "ajax_document_diff")
@@
-104,8
+104,8
@@
/*
* Fetch history of this document.
*
/*
* Fetch history of this document.
*
- * from - First revision to fetch (default = 0)
- *
upto - Last revision to
fetch (default = tip)
+ * from - First revision to fetch (default = 0)
upto - Last revision to
+ * fetch (default = tip)
*
*/
WikiDocument.prototype.fetchHistory = function(params) {
*
*/
WikiDocument.prototype.fetchHistory = function(params) {